home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 January / CD_01_97.ISO / game / oldmake.bat < prev    next >
DOS Batch File  |  1995-08-29  |  283b  |  21 lines

  1. @echo off
  2.  :begin
  3.  turbo 
  4.  REM kaikki unitit mukaan = -b
  5.  rem -M = make modified units.
  6.  
  7.  
  8. rem   bpc /$g+ animunit.pas
  9. rem   bpc /$g+ gameuni1.pas
  10.    
  11.    bpc /$g+ /$d- -M game.pas
  12.    
  13.    game
  14.  
  15.  choice CONTINUE /ty,1   
  16. if errorlevel=2 goto end
  17.  
  18. goto begin
  19.  
  20.   :end
  21.