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:
DOS Batch File  |  1991-03-01  |  262 b   |  11 lines

  1. @echo off
  2. rem check if bapi interface is loaded
  3. BAPICHK
  4. if not errorlevel 1 goto endcheck
  5. rem load tcp, dnr, and socket library tsr programs
  6. echo Loading TCP/IP Protocols...
  7. call LOADTCP
  8. :endcheck
  9. rem run the ftp program
  10. FTP %1 %2 %3 %4 %5 %6 %7 %8 %9
  11.