home *** CD-ROM | disk | FTP | other *** search
- ECHO OFF
- ECHO DAA
- REM determine if SWITCHAR=/ and act accordingly
- IF NOT EXIST ./NUL GOTO slash
- :itsdash
- REM SWITCHAR was dash, so temporarily change it
- switchar /
- helpout /d \help %1 %2 %3 %4 %5 %6 %7 %8 %9
- switchar -
- GOTO eexxiitt
- :slash
- REM SWITCHAR was slash, so no need to change it
- helpout /d \help %1 %2 %3 %4 %5 %6 %7 %8 %9
- :eexxiitt