home *** CD-ROM | disk | FTP | other *** search
- echo off
- if [%1] == [again] goto again
- pfind T:T_PTH\hduhlp.doc ----- %1 - Documentation ----- /1 /H >hduhlp.tmp
- :again
- del T:T_PTH\drv-pth.bat
- dsptxt hduhlp.tmp /a5
- echo .
- echo .
- echo . If you want to SAVE the temporary help file you just found,
- echo .
- echo . press the "S"-key. (You have 5 seconds)...
- echo .
- delay 5 /n
- if errorlevel 116 goto del
- if errorlevel 115 goto out
- if errorlevel 84 goto del
- if errorlevel 83 goto out
- :del
- del hduhlp.tmp
- goto clr
- :out
- drv_pth /p [hduhlp again] >T:T_PTH\drv-pth.bat
- prompt (exit) $p
- command.com
- drv-pth
- :clr
- cls
-