PDA

View Full Version : How to run windows script? (W98)



homeflash
05-22-2002, 05:59 PM
It's simple question, and yet I can't do it because I have vb6 on my computer.

How do I execute them???

pls advise

adamdelves
05-23-2002, 01:16 PM
after you've written the script in a plain text editor save itwith extension .vbs and double click to exectue. You can also execute the script directly in the run command: wscript.exe scriptPath

homeflash
05-23-2002, 01:44 PM
thanks it works.. However, it is a hassle that everytime I have to do wscript.exe file.vbs because my vb6 took over the extension. Yea, I know I could assoicate with wscript.exe, but then not worth it.

thanks anyway