home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / WINDOWS / MISC / F4W3API.ZIP / KITINS.BAT < prev    next >
Encoding:
DOS Batch File  |  1992-01-06  |  140 b   |  9 lines

  1. echo off
  2. if ".%1" == "." goto nodest
  3. pkunzip -d -o f4w3api.kit %1
  4. goto done
  5. :nodest
  6. echo Destination drive not specified
  7. :done
  8. exit
  9.