@echo off
echo off
rem 900914etpc End User Introducer 
rem preferred command line switch to display BATch files' internal help 
rem message is ( in order of preference )  
rem (1 Best)   /?   uses อหอ DR-DOS อหอ 's standard option symbol ( slash '/' )          
rem                       ศอ MS-DOS อผ
rem (2     )   -?   uses Unix standard command line switch symbol ( dash  '-' ) 
rem                 which seems to have inspired อหอ Digital Research Inc อหอ . 
rem                                               ศออออออ MicroSoft อออออออผ 
rem (3     )   /H   reasonable, unless you want to use /H to mean something 
rem            /h   other than H/elp. 
rem . 
rem (4     )   -H   starting to get non-standard on two points.  
rem            -h 
rem . 
rem (5 Worst)  ?    potentially ambiguous with one letter filename. 
rem For space reasons, QEDSME doesn't like to support all methods 
rem but always support the first two  /?  -?   . 
if "%1" == "/?" goto :help
if "%1" == "-?" goto :help
if "%1" == "/H" goto :help
if "%1" == "/h" goto :help
    HyText -a    -c QedEue
    rem          -c ...... colour monitor 
    rem          -m ...... mono   monitor 
    rem       -o ......... skip opening screen 
    rem    -a ............ use plain ascii printer 
goto done
:help
    ECHO        QEDEUE - SMartEditors(tm) for End User Editing 
    ECHO                 -  910428etpc v1.00a
    ECHO         Requires HyTeXt.exe from PCSIG1234 to run demonstration. 
    ECHO . 
    ECHO        QEDSME  PO Box 363   Mona Vale  NSW  2103  Australia 
    ECHO , 
    rem ECHO         Pretty Printing on อหอ GEStetner อหอ printers  
    rem ECHO                             ศออ CitiZeN ออผ 
:done
