home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 2: Collection B / 17Bit_Collection_B.iso / files / 1259.dms / in.adf / GAME / NEW_GAME < prev    next >
Encoding:
Text File  |  1990-08-31  |  316 b   |  10 lines

  1. echo "NEW GAME"
  2. echo "Copying all necessary files from /EDITOR and deleting Player.save..."
  3. copy /EDITOR/#?.pm /GAME/
  4. copy /EDITOR/#?.it /GAME/
  5. copy /EDITOR/#?.texts /GAME/
  6. copy /EDITOR/#?.texts.l /GAME/
  7. copy /EDITOR/#?.objs /GAME/
  8. delete Player.save
  9. echo "Task done... Double-click on MF-icon to start a new game!"
  10.