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...
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...
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 =...
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!!
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.