home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 18
/
aminetcdnumber181997.iso
/
Aminet
/
comm
/
misc
/
RecentScript.lha
/
RecentScript
/
Configs
/
MountFTP DOS.intro
< prev
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
|
1997-02-14
|
303 b
|
25 lines
; Amiga DOS download script for MountFTP
;
; Script generated by RecentScript
failat 21
echo "Connecting %1..." noline
cd >NIL: %1
if FAIL
echo " failed"
quit
endif
echo " succeeded"
echo "Change directory to '%2'..." noline
cd >NIL: %2
if FAIL
echo " failed"
quit
endif
echo " succeeded"