home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 10 / CDE10.mdf / baghdad / joga.bat < prev    next >
DOS Batch File  |  1997-02-01  |  130b  |  16 lines

  1. @ echo off
  2. if exist c:\msidemo\game.exe goto joga
  3. goto finale
  4.  
  5. :joga
  6. c:
  7. cd\msidemo
  8. game
  9. goto end
  10.  
  11. :finale
  12. z
  13.  
  14. :end
  15.  
  16.