home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / se221.zip / MAPARC.BAT < prev    next >
DOS Batch File  |  1994-04-24  |  368b  |  14 lines

  1. rem  MapArc.Bat for Stellar Empires  c. Gerald Todd Jr.
  2. rem  Combines Maps 1, 2, & 3 into one file and archives it;
  3. rem  including games rules and menu.
  4.  
  5. echo off
  6. echo Copying map file into SEMAP.STE
  7. copy map1.ste+map2.ste+map3.ste map.ste
  8. echo Archiving SEMAP.STE
  9.  
  10. rem ** PKZip 2.04g **
  11. PKZIP -)-ex SEMAP.ZIP map.ste serules.doc menu.doc
  12.  
  13. erase map.ste
  14.