home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / f4w3api / kitins.bat < prev    next >
DOS Batch File  |  1992-01-06  |  140b  |  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.