home *** CD-ROM | disk | FTP | other *** search
/ ftp.installgentoo.com/Dos_Games/ / Dos_Games.zip / Dos_Games / Ultima_7_Part_2_Serpent_Isle_And_The_Silver_Seed_(1993)(Origin).zip / si.bat < prev    next >
DOS Batch File  |  1996-12-24  |  257b  |  23 lines

  1. @echo off
  2. rem Serpent Isle batch file
  3. rem Created by Myque Ouellette
  4. rem 11/24/97
  5.  
  6. cd serpent
  7.  
  8. @echo off
  9. if not exist test.cfg goto sound
  10. goto main
  11.  
  12. :sound
  13. install
  14. copy serpent.cfg test.cfg
  15. goto main
  16.  
  17. :main
  18. serpent.com
  19. goto end
  20.  
  21.  
  22. :end
  23.