FengShui1998
MIS
I need to know if you can pass parameters %1 %2 %3 %4 %5 %6 %7 %8 to the VBScript code from a command line. For instance, can you do the following?<br>
<br>
C:\test.vbs TestFile.Txt 30<br>
<br>
The code will then check for TestFile.TxT and set off a timer.
<br>
C:\test.vbs TestFile.Txt 30<br>
<br>
The code will then check for TestFile.TxT and set off a timer.