home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- REM %1 should be the drive/path to your DOSHELP directory - optional
-
- ADDHELP ADDHELP %1
-
- if ERRORLEVEL 3 GOTO END
- if ERRORLEVEL 2 GOTO FNF
- if ERRORLEVEL 1 GOTO ERROR
- GOTO END
-
- :FNF
- Echo Please restart this batch file and include the drive:\path of your
- Echo DOSHELP.HLP file.
- Echo Eg. SETHELP D:\DOS
- GOTO END
-
- :ERROR
- Echo Check your paths and try again!
-
- :END
-
-