home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / TOOLS / MC3543B / nc.cmd < prev    next >
OS/2 REXX Batch file  |  1997-05-11  |  309b  |  12 lines

  1. @echo off
  2. REM -S print out a Batch file
  3. if not "%tmp%"=="" goto goover
  4. echo The environment variable TMP must be set!
  5. goto ende
  6. :goover
  7. if exist %tmp%\mcchd.cmd del %tmp%\mcchd.cmd
  8. d:\mc\mc.exe -S %tmp%\mcchd.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9 
  9. if exist %tmp%\mcchd.cmd call %tmp%\mcchd.cmd
  10. :ende
  11. REM 
  12.