home *** CD-ROM | disk | FTP | other *** search
- rem Insert the First Disk in the A: drive
- pause
- copy a:general.zoo c:
- copy a:\lprexe\lprexe.zoo c:
- rem First Disk done
- rem Insert the Second Disk in the A: drive
- pause
- copy a:\telexe\telexe.zoo c:
- mkdir c:zoo
- copy a:\zoo\zoo201.exe c:zoo
- rem Second Disk done
- rem Uncompressing files
- cd zoo
- zoo201.exe
- cd ..
- zoo\zoo x general.zoo
- del general.zoo
- zoo\zoo x lprexe.zoo
- del lprexe.zoo
- zoo\zoo x telexe.zoo
- del telexe.zoo
- rem Done Installing the Program
- rem Please Insert the Documentation disk
- pause
- mkdir c:doc
- copy a:*.* c:doc
- rem Done Installing NCSA Telnet 2.3