home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 54 / CDREVIEW.iso / tnrun.bat < prev    next >
Encoding:
DOS Batch File  |  1996-03-11  |  207 b   |  22 lines

  1.  
  2. if exist c:\games\tndemo\setup.bat goto rungam
  3. if exist c:\tndemo\setup.bat goto runtn
  4.  
  5. :rungam
  6. c:
  7. cd\
  8. cd games
  9. cd tndemo
  10. tndemo
  11. goto end
  12.  
  13. :runtn
  14. c:
  15. cd\
  16. cd tndemo
  17. tndemo
  18. got end
  19.  
  20. :end
  21.  
  22.