home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / australi / qed_bat.lzh / SAMPLE.BAT < prev    next >
DOS Batch File  |  1991-03-05  |  2KB  |  43 lines

  1. @echo off
  2. echo off
  3. REM 910303sdg  QEDBAT ALT-C command to toggle QuickErrorDetection on/off
  4. Rem 910303mvp  Sydney PCUG PrintScreen review of SMartEditors(tm) in march issue 
  5. Rem 900914etpc End User Editing - Introduction - this file has deliberate errors 
  6. if "%1" == "/?" Goto :help
  7. if "%1" == "-?" G0to :help
  8.     Rum 
  9.     Rem 900930etpc - suit DOS version 3.3 
  10.     Rem QEDBAT SMartEditor(tm) for ═╦═ DR-DOS ═╦═ can be used to edit BATch files. 
  11.     Rem                             ╚═ MS-DOS ═╝
  12.     Rem introduce End User Editing
  13.     cd longpathname 
  14.     echo Hello %firstn% %la:tn% to our EUE demonstration 
  15.     Dir c:\eui\doc\readme.doc 
  16.     Pavse 
  17.     Type read*.doc 
  18.     pause 
  19.     cd c:\pathanme\doc 
  20.     type explain.doc 
  21.     paws 
  22.     cd   c:\pathname\doc\explain.doc  
  23.     type c:\pathname\doc\explain.doc 
  24.     pause 
  25.     QedGes /rc 345 12 c:\pathname\readme
  26.     QedHtx /w         c:\pathname\sample
  27.     QEdit  -n345      c:\pathname\sample.txt 
  28.     QedIte /rc 345 w2 c:\pathname\sample
  29.     QedKmt /rc 3z5 12 c:\pathname\sample 
  30.     PAUSE 
  31.     chdir \ 
  32.     echo End of introduction to End User Editors.  
  33.     echo Goodbye %firstn% %lastn%!  
  34. goto done
  35. :help
  36.     ECHO         EUI - Und User Introducer  -  901002etpc v1.00a
  37.     ECHO         Pretty Printing on ═╦═ GEStetner ═╦═ printers  
  38.     ECHO                             ╚══ CitiZeN ══╝ 
  39.     ECHO         Sample ═╦═ DR-DOS ═╦═ BATch file.  
  40.     ECHO                 ╚═ MS-DOS ═╝ 
  41.     ECHO             "Works like an expert looking over your shoulder" 
  42. :done
  43.