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

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