home *** CD-ROM | disk | FTP | other *** search
- echo "NEW GAME"
- echo "Copying all necessary files from /EDITOR and deleting Player.save..."
- copy /EDITOR/#?.pm /GAME/
- copy /EDITOR/#?.it /GAME/
- copy /EDITOR/#?.texts /GAME/
- copy /EDITOR/#?.texts.l /GAME/
- copy /EDITOR/#?.objs /GAME/
- delete Player.save
- echo "Task done... Double-click on MF-icon to start a new game!"
-