home *** CD-ROM | disk | FTP | other *** search
/ Internet Tools (CDV) / cdv_internet_tools.iso / KATALOG / ARCHIV / PROG / W21351.ZIP / SOURCE.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-09-12  |  147 b   |  12 lines

  1. @echo off
  2. if not exist source.zip goto error
  3. pkunzip -d source.zip
  4. goto end
  5.  
  6. :error
  7. echo I need the file source.zip
  8. goto end
  9.  
  10. :end
  11. exit
  12.