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 gkittelson 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: *

  1. chickety

    Need help with WSH and .Run command

    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...
  2. chickety

    Need help with WSH and .Run command

    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...
  3. chickety

    How to concatenate files together in vbscript

    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...

Part and Inventory Search

Back
Top