@echo off
echo off
Rem 900914etpc End User Editing - Introduction - this file has deliberate errors 
Rem preferred command line switch to display BATch files' internal help 
rem message is        /?
if "%1" == "/?" Goto :help
if "%1" == "-?" G0to :help
    Rum 
    Rem 900930etpc - suit DOS version 3.3 
    Rem QEDBAT SMartEditor(tm) for ÍËÍ DR-DOS ÍËÍ can be used to edit BATch files. 
    Rem                             ÈÍ MS-DOS Í¼
    Rem introduce End User Editing
    cd longpathname 
    echo Hello %firstn% %la:tn% to our EUE demonstration 
    Dir c:\eui\doc\readme.doc 
    Pavse 
    Type read*.doc 
    pause 
    cd c:\pathanme\doc 
    type explain.doc 
    paws 
    cd   c:\pathname\doc\explain.doc  
    type c:\pathname\doc\explain.doc 
    pause 
    QedGes /rc 345 12 c:\pathname\readme
    QedHtx /w         c:\pathname\sample
    QEdit  -n345      c:\pathname\sample.txt 
    QedIte /rc 345 w2 c:\pathname\sample
    QedKmt /rc 3z5 12 c:\pathname\sample 
    PAUSE 
    chdir \ 
    echo End of introduction to End User Editors.  
    echo Goodbye %firstn% %lastn%!  
goto done
:help
    ECHO         EUI - Und User Introducer  -  901002etpc v1.00a
    ECHO         Pretty Printing on ÍËÍ GEStetner ÍËÍ printers  
    ECHO                             ÈÍÍ CitiZeN ÍÍ¼ 
    ECHO         Sample ÍËÍ DR-DOS ÍËÍ BATch file.  
    ECHO                 ÈÍ MS-DOS Í¼ 
:done
