home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 6 File / 06-File.zip / LCD65.ZIP / C.CMD next >
OS/2 REXX Batch file  |  1991-02-28  |  159b  |  8 lines

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