Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: wveldeman
  • Content: Threads
  • Order by date
  1. wveldeman

    Detect if script already running

    There is something -at first sight very basic- I would like to do: when I start a vbs script, I want to display a warning if this same vbs is already running (to avoid file in use problems etc). Two options I see: work with a temporary file created at the start of the vbs and removed at the...
  2. wveldeman

    "on eror resume next" and "option explicit"

    As a relative novice in Vbscript I am rather surprised on the number of scripts one crosses in which "on error resume next" and "option explicit" are combined at the start of the script. The first statement indeed hides the errors caused by using non-declared variables. One can of course play...

Part and Inventory Search

Back
Top