The -s and -sc options were added to allow DOS commands to be executed from within a script. As user CStorey discovered, these new commands only work on NT and Windows 2000 systems.
The c option will automatically close the DOS box that opens when using the s option.
Examples:
run -s "type c:\origin\tips.txt";
run -sc "d: && cd origin && dir *.otp > template.txt";
(Note the use of ampersands to string multiple commands together.)
Edited by - greg on 01/31/2001 16:08:36