home *** CD-ROM | disk | FTP | other *** search
/ CD Player 1994 January / CdPlayer94-01.iso / patches / globconq / update.bat < prev   
DOS Batch File  |  1992-07-13  |  191b  |  8 lines

  1. echo off
  2. cls
  3. echo Copying TUTORIAL.SVG to \SAVE
  4. copy tutorial.svg \conquest\save
  5. echo Deleting TUTORIAL.SVG from \CONQUEST
  6. del tutorial.svg
  7. echo Global Conquest Updated to Version 2.0
  8.