home *** CD-ROM | disk | FTP | other *** search
/ Software Collection (I) / TOOLS.iso / d07 / 4.img / HELP.CM@ / HELP.CMD
Encoding:
Text File  |  1992-03-31  |  502 b   |  28 lines

  1. @echo off
  2. : SCCSID = @(#)help.cmd    12.3 90/06/11
  3. if "%1" == ""    goto msg
  4. if "%1" == "on"  goto yes
  5. if "%1" == "off" goto no
  6. if "%1" == "ON"  goto yes
  7. if "%1" == "OFF" goto no
  8. if "%1" == "On"  goto yes
  9. if "%1" == "oN"  goto yes
  10. if "%1" == "OFf" goto no
  11. if "%1" == "OfF" goto no
  12. if "%1" == "Off" goto no
  13. if "%1" == "oFF" goto no
  14. if "%1" == "oFf" goto no
  15. if "%1" == "ofF" goto no
  16. helpmsg %1 %2
  17. goto exit
  18. :msg
  19. helpmsg
  20. goto exit
  21. :yes
  22. prompt $i[$p]
  23. goto exit
  24. :no
  25. cls
  26. prompt
  27. :exit
  28.