home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2002 #1 / K-CD_2002-01.iso / DALiworld / data1.cab / Miscellaneous / ResetWorld.bat < prev    next >
DOS Batch File  |  2001-08-06  |  419b  |  16 lines

  1. @echo off
  2. REM
  3. REM Reset World Script - this script will remove any generated and saved
  4. REM Aquariums. It can be used if you are not happy with the current world, or
  5. REM if you are getting errors from an existing one.
  6. REM
  7. REM Author: Todd Papaioannou
  8. REM Date  : Jan 2001
  9. REM
  10.  
  11. REM Is there an old aquarium?
  12. if exist World.aq del World.aq
  13.  
  14. REM Is there an old saved world?
  15. if exist World.dat del World.dat
  16.