home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CBM Funet Archive
/
cbm-funet-archive-2003.iso
/
cbm
/
c128
/
os
/
cs-dos
/
cs-batch.sfx
/
cd
< 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
|
253 b
|
16 lines
pushdir
if "%1"=" "goto noarg
x$="%1"
if mid$(x$,2,1)=":"then a=asc(x$):sys5888,a:x$=mid$(x$,3,len(x$)-2)
poke7136,0:if x$="/"then poke7136,1
if errorlevel 1 goto root
>/%1
goto done
:root
>/
goto done
:noarg
echo Syntax: %0 [d:] directory
:done
popdir