calling batch files 
Author Message
 calling batch files

Hello! I know this is a basic question, but i'm new to the language, so
please excuse me...how does one call a batch file using VBScript? I would
appreciate the help immensely. thank you!


Sat, 31 Jan 2004 00:15:11 GMT  
 calling batch files
  Dim WshShell
  Set WshShell = CreateObject("WScript.Shell")
  WshShell.Run "%comspec% /c d:\mybatch.bat", 0, True
  Set WshShell = Nothing



Quote:
> Hello! I know this is a basic question, but i'm new to the language, so
> please excuse me...how does one call a batch file using VBScript? I would
> appreciate the help immensely. thank you!



Sat, 31 Jan 2004 01:36:25 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Calling Batch file

2. Calling batch files from QB45

3. About calling batch file

4. Calling batch file from webclass.

5. Needing help in calling batch files

6. Calling Batch Files from VBSCRIPT ?

7. Logon Batch to call a VBS that calls another batch

8. HELP! Call Script from a batch file

9. Call VBScribt with parameter from DOS Batch file

10. Call a batch file.

11. calling a batch file from script

12. Calling a batch file

 

 
Powered by phpBB® Forum Software