home *** CD-ROM | disk | FTP | other *** search
/ Deathday Collection / dday.bin / dday / start.bat < prev    next >
DOS Batch File  |  1995-05-17  |  233b  |  19 lines

  1. :begin
  2. @echo off
  3. cd\dday
  4.  
  5. rem ULTRASOUND users if SBOS unloads after playing doom 
  6. rem delete rem next line
  7. rem CALL SBOS -P
  8.  
  9. ddd.exe %1 %2 %3
  10. if exist runwad.bat goto playwad
  11. goto end
  12.  
  13. :playwad
  14. runwad.bat 
  15.  
  16. :end
  17.  
  18.  
  19.