Well I am not trying to set environmental variables, I just used it as an example.
Here are the DOS commands that I would like to run in VBScript:
"C:\Apps\Microsoft Visual Studio\VSS\win32\ss.exe" Cp "$/Globaltracs/v 1.0/dbms/DBA Scripts"
"C:\Apps\Microsoft Visual...
I need to be able to run multiple commands in the same cmd session. What I mean is, I need for the commands to remember the previous command, so I believe it has to run in the same cmd session. I also don't want to have to create a batch file and have the VBScript run the batch file. That...
I need to be able to concatenate the content of all files in a specific folder into one file. Is there an easy way to do this in vbscript? Should I open each file using OpenTextFile and then append the contents of it to a TextStreamObject? After looping through all files, then write the file...
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.