home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / JCD21.ZIP / JCD.CMD next >
OS/2 REXX Batch file  |  1991-08-11  |  165b  |  10 lines

  1. @echo off
  2. if "%1" == "" goto jcd1
  3. cd %1 1>NUL 2>NUL
  4. if NOT errorlevel 1 goto jcdend
  5. :jcd1
  6. jcd1 %1
  7. if errorlevel 1 goto jcdend
  8. call C:\jcd-file.cmd
  9. :jcdend
  10.