home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Professional
/
OS2PRO194.ISO
/
os2
/
fileutil
/
jcd
/
jcd.cmd
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1991-08-11
|
165 b
|
10 lines
@echo off
if "%1" == "" goto jcd1
cd %1 1>NUL 2>NUL
if NOT errorlevel 1 goto jcdend
:jcd1
jcd1 %1
if errorlevel 1 goto jcdend
call C:\jcd-file.cmd
:jcdend