home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / summary / vms.hlp < prev   
Encoding:
Text File  |  1989-01-01  |  1.1 KB  |  24 lines

  1. To help shift from VMS to DOS, this short cross reference is supplied for 
  2. the most frequently used commands. Logical names are called "environment 
  3. variables", and are ASSIGNed and DEASSIGNed by the SET command. Command 
  4. procedures are called "batch files". Directory names use "\" rather than
  5. [, ".", and ], so its "\SYSHELP\EXAMPLES" rather than "[SYSHELP.EXAMPLES]",
  6. for example. Also, there is no equivalent to the "-" directory wildcard.
  7.  
  8. VMS COMMAND   DOS COMMAND     WHAT IT DOES
  9.  
  10. COPY        COPY        copy one file to another file.
  11. DELETE        DEL        delete any file other than a directory.
  12. DIRECTORY    DIR /W        display the filenames in a directory.
  13. SET DEFAULT C:    C:        sets the default device to C:
  14. SET DEFAULT    CD        change the default directory 
  15. TYPE        TYPE        display the contents of a file on the screen.
  16. TYPE/PAGE    MORE        display the file one screen at a time. 
  17.  
  18.           Keyboard Command WHAT IT DOES
  19.  
  20. CTRL/C        Ctrl-Break    breaks (interrupts) the current program.
  21. CTRL/H        Esc        throws away a partially entered command without
  22.                 executing it and starts another command.
  23. CTRL/S        Ctrl-NumLock    freezes output to the screen. 
  24.