home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / GA / GA132.ZIP / CREATE.BAT next >
DOS Batch File  |  1980-01-01  |  448b  |  12 lines

  1. .This program creates a directory \LASTHAF in which the game library is       "unzipped" using PKUNZIP.EXE. If you don't have PKUNZIP.EXE... Get it!
  2. if x%1==x goto noparm
  3. if x%2==x goto noparm
  4. MKDIR %2\LASTHAF
  5. %1pkunzip lasthaf.zip %2\lasthaf
  6. goto end1
  7. :noparm
  8. .INVALID FORMAT! Type CREATE (drive where PKUNZIP.EXE is) (hard disk)
  9. .Example: CREATE B: C:
  10. :end1
  11. .Distribution of this game with PKUNZIP.EXE on the same disk is prohibited.
  12.