home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / PLJV.ZIP / C.CMD < prev    next >
OS/2 REXX Batch file  |  1991-06-05  |  159b  |  8 lines

  1. @echo off
  2. if "%TMP%" == "" (md c:\tmp & set tmp=c:\tmp)
  3. vcd %1 %2 > %TMP%\vcdx.cmd
  4. if errorlevel 1 goto end
  5. call %TMP%\vcdx.cmd
  6. :end
  7. del %TMP%\vcdx.cmd
  8.