home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MISC / NETWORK / TEL23SRC.ZIP / EXE / INSTALL2.BAT < prev   
Encoding:
DOS Batch File  |  1990-04-21  |  594 b   |  28 lines

  1. rem Insert the First Disk in the A: drive
  2. pause
  3. copy a:general.zoo c:
  4. copy a:\lprexe\lprexe.zoo c:
  5. rem First Disk done
  6. rem Insert the Second Disk in the A: drive
  7. pause
  8. copy a:\telexe\telexe.zoo c:
  9. mkdir c:zoo
  10. copy a:\zoo\zoo201.exe c:zoo
  11. rem Second Disk done
  12. rem Uncompressing files
  13. cd zoo
  14. zoo201.exe
  15. cd ..
  16. zoo\zoo x general.zoo
  17. del general.zoo
  18. zoo\zoo x lprexe.zoo
  19. del lprexe.zoo
  20. zoo\zoo x telexe.zoo
  21. del telexe.zoo
  22. rem   Done Installing the Program
  23. rem   Please Insert the Documentation disk
  24. pause
  25. mkdir c:doc
  26. copy a:*.* c:doc
  27. rem  Done Installing NCSA Telnet 2.3
  28.