home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
NETWORK
/
IPLOAD.ZIP
/
AFTP.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-03-01
|
262 b
|
11 lines
@echo off
rem check if bapi interface is loaded
BAPICHK
if not errorlevel 1 goto endcheck
rem load tcp, dnr, and socket library tsr programs
echo Loading TCP/IP Protocols...
call LOADTCP
:endcheck
rem run the ftp program
FTP %1 %2 %3 %4 %5 %6 %7 %8 %9