home *** CD-ROM | disk | FTP | other *** search
- cd c:\tiger2
- win c:\tiger2\tbook.exe c:\tiger2\tiger2.tbk
- goto end
- if not exist c:\tiger2 goto jump1
- :jump1
- if not exist d:\tiger2 goto jump2
- cd d:\tiger2
- win/s d:\tiger2\tbook.exe d:\tiger2\tiger2.tbk
- goto end
- :jump2
- if not exist f:\tiger2 goto jump3
- cd f:\tiger2
- win/s f:\tiger2\tbook.exe f:\tiger2\tiger2.tbk
- goto end
- :jump3
- if not exist g:\tiger2 goto jump4
- cd g:\tiger2
- win/s g:\tiger2\tbook.exe g:\tiger2\tiger2.tbk
- goto end
- :jump4
- if not exist i:\tiger2 goto end
- cd i:\tiger2
- win/s i:\tiger2\tbook.exe i:\tiger2\tiger2.tbk
- goto end
- :end
-