home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 165 / HD_UTIL.ZIP / HD_U.ZIP / HDUHLP.BAT < prev    next >
DOS Batch File  |  1991-09-16  |  599b  |  28 lines

  1. echo off
  2. if [%1] == [again] goto again
  3. pfind T:T_PTH\hduhlp.doc  ----- %1 - Documentation ----- /1 /H >hduhlp.tmp
  4. :again
  5. del T:T_PTH\drv-pth.bat
  6. dsptxt hduhlp.tmp /a5
  7. echo .
  8. echo .
  9. echo .   If you want to SAVE the temporary help file you just found,
  10. echo .
  11. echo .   press  the    "S"-key.     (You have 5 seconds)...
  12. echo .
  13. delay 5 /n
  14. if errorlevel 116 goto del
  15. if errorlevel 115 goto out
  16. if errorlevel  84 goto del
  17. if errorlevel  83 goto out
  18. :del
  19. del hduhlp.tmp
  20. goto clr
  21. :out
  22. drv_pth /p [hduhlp again] >T:T_PTH\drv-pth.bat
  23. prompt (exit) $p 
  24. command.com
  25. drv-pth
  26. :clr
  27. cls
  28.