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 bkrike 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: XMSMS
  • Content: Threads
  • Order by date
  1. XMSMS

    Changing Text

    Hi All, I have a text file that is arranged as follows: username1, password1 username2, password2 username3, password3 What i want my code to do for each line of this text file, is put usernamex into a variable and passwordx into a variable, so that they can be written to a different file...
  2. XMSMS

    Replacing Text

    Hi All, I have a text file that is arranged as follows: username1, password1 username2, password2 username3, password3 What i want my code to do for each line of this text file, is put usernamex into a variable and passwordx into a variable, so that they can be written to a different file...
  3. XMSMS

    Convert This To Batch?

    Hi All, I have the following vbscript that i would ideally like to be an .exe file. Is there any way to do this, i was thinking about re-writing it as a batch file, and then using a bat2exe converter? The only problem is that i would not kbnow how to re-write this for batch: Set WshShell =...
  4. XMSMS

    Compare Files, Restart Service

    Hello, I am working on a script that will do the following: Compare file1 and file2. If file1 is larger than file2, then restart a service. I am a bit of a newbie, so please be gentle with me!!
  5. XMSMS

    Stopping/Starting Services

    Hi all, I am trying to get my head around starting/stopping of services in VBS, but i don't seem to be able to get it to do what i want. The script needs to find out the current status of the service, and then start/stop it depending on the current status.

Part and Inventory Search

Back
Top