home *** CD-ROM | disk | FTP | other *** search
/ Netware Super Library / Netware Super Library.iso / inet_tcp / freetcp / bin / extract2.cmd < prev    next >
Encoding:
Text File  |  1995-08-20  |  319 b   |  8 lines

  1. echo EXTRACT2.CMD will extract IFNDIS.SYS from the file given as argument.
  2. echo Example: %0 f:\i12\tcp20c4.zip
  3. if %# == 1 GOTO ok 
  4. echo I need 1 parameter.
  5. goto end
  6. :ok
  7. unzip -Cj %1 tcp20c4.exe && unzip -C tcp20c4.exe BASEOC1.ZIP && del tcp20c4.exe && unzip -j BASEOC1.ZIP BIN/ifndis.sys && del BASEOC1.ZIP 
  8. :end