home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / STRUTL11.ZIP / ECHO.DOC < prev    next >
Text File  |  1990-12-22  |  770b  |  24 lines

  1.  
  2. This Program will echo the Command Line given as Parame-
  3. ter to StdOut. The following Options will be recognized:
  4. /HELP        echo this Text
  5. /?        same as above
  6. /TIME        echo current Time
  7. /DATE        echo current Date
  8. /WEEKDAY    echo current Weekday
  9. /nnn        echo a CHR(nnn)
  10. /CR        same as /13
  11. /LF        same as /10
  12. /BS        same as /8
  13. /ESC        same as /27
  14. /NEWLINE    same as /CR and /LF
  15. /DRIVE        echo Letter of default Drive
  16. /DIR        echo default Directory without preceiding Backslash (\)
  17. /VER        echo Operating System Version Number
  18. /NOCRLF        supress additional "/NEWLINE" at EOF
  19. /PROG=xxx    start Program "xxx"
  20. /PROG="xxx yyy"    start Program with Parameter "yyy"
  21. /QUOTE=xxx    echo File "xxx"
  22. /INCLUDE=xxx    process File "xxx" as if entered at the Command Line
  23.         (avoid infinite recursions!)
  24.