home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CBM Funet Archive
/
cbm-funet-archive-2003.iso
/
cbm
/
c128
/
os
/
cs-dos
/
cs-batch.sfx
/
locate
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-02-12
|
238 b
|
16 lines
pushdir
if"%1"=" "goto noarg
echo Drive A:
if exist a:%1 dir/w a:%1
echo Drive B:
if exist b:%1 dir/w b:%1
echo Drive C:
if exist c:%1 dir/w c:%1
echo Drive D:
if exist d:%1 dir/w d:%1
goto end
:noarg
echo Syntax: %0 filespec
:end
popdir