diablo416
Posts: 333

|
 |
« Reply #1 on: January 05, 2009, 07:15:46 AM » |
|
try this,
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
^ put the above in a .vbs file, file.vbs
Then use wscript.exe to start your batch file wscript.exe "c:\file.vbs" "c:\other folder\batch.bat"
|