home *** CD-ROM | disk | FTP | other *** search
/ PC Format Collection 5 / PCFORMAT5.iso / ZIPS / TIGER2.ZIP / TIGER2.BAT < prev    next >
Encoding:
DOS Batch File  |  1994-07-18  |  569 b   |  26 lines

  1. cd c:\tiger2
  2. win c:\tiger2\tbook.exe c:\tiger2\tiger2.tbk
  3. goto end
  4. if not exist c:\tiger2 goto jump1
  5. :jump1
  6. if not exist d:\tiger2 goto jump2
  7. cd d:\tiger2
  8. win/s d:\tiger2\tbook.exe d:\tiger2\tiger2.tbk
  9. goto end
  10. :jump2
  11. if not exist f:\tiger2 goto jump3
  12. cd f:\tiger2
  13. win/s f:\tiger2\tbook.exe f:\tiger2\tiger2.tbk
  14. goto end
  15. :jump3
  16. if not exist g:\tiger2 goto jump4
  17. cd g:\tiger2
  18. win/s g:\tiger2\tbook.exe g:\tiger2\tiger2.tbk
  19. goto end
  20. :jump4
  21. if not exist i:\tiger2 goto end
  22. cd i:\tiger2
  23. win/s i:\tiger2\tbook.exe i:\tiger2\tiger2.tbk
  24. goto end
  25. :end
  26.