home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / dividers.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.8 KB  |  35 lines

  1.             DOS SPECIAL CHARACTERS
  2.  
  3. <Tab>    an alternative to <space>.
  4. <space>    (entered by pressing the space bar) separates the command name, 
  5.     filename, and option fields on command lines. 
  6. "    on command lines, lets <, >, and | be included as part of a string
  7.     of characters. Normally they are DOS special characters (see below).
  8. %    replacable parameters and environment variables in BATCH files.
  9. &    not used by DOS. Separates multiple commands on a line in OS/2.
  10. &&    not used by DOS. Used for conditional execution of commands in OS/2.
  11. (    not used by DOS. Groups multiple commands on a line in OS/2.
  12. )    not used by DOS. Groups multiple commands on a line in OS/2.
  13. *    a wildcard character. 
  14. +    COPY command concatenation option
  15. ,    alternative to <space>. Also used by the COPY file reference date
  16.     update function.
  17. .    separates a filename from an extension. Also, the current subdirectory.
  18. ..    specifies the parent directory of the current subdirectory (if any).
  19. /    specifies an option to a command to cause it to change the way the
  20.     command behaves or what it does. 
  21. :    separates a disk drive letter from a filename or pathname.
  22. ;    an alternative to <space> on many commands (but not always).
  23. <    redirection.
  24. =    alternative to <space> on many commands (but not always).
  25. >    redirection.
  26. >>    concatenation.
  27. ?    a wildcard character. 
  28. [    part of escape sequence for PROMPT. Used in documents with ].
  29. \    separates directory names in a pathname. 
  30. ]    not used but reserved. Used in documents to indicate options.
  31. ^     control character display. Causes next input character to be treated
  32.     as text in OS/2.
  33. |    piping.
  34. ||    not used by DOS. Used for conditional execution of commands in OS/2.
  35.