home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / fileutil / jcd / jcd.cmd next >
Encoding:
Text File  |  1991-08-11  |  165 b   |  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.