home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Buyer 1996 May
/
buyer-0596.iso
/
internet
/
ameol
/
ameol16
/
ftpsend.sc_
/
ftpsend.sc
Wrap
Text File
|
1995-01-16
|
116b
|
9 lines
put "go internet"
if waitfor( "M:", "ip>" ) == 1
put "send *"
download ""
put "quit"
waitfor "M:"
endif
end