TheOverlordXX

assignment

May 31st, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. Question 1: when enter is pressed, it displays the next line
  2. Question 2:
  3. CD: Displays the name of or changes the current directory.
  4. CHKDSK: Checks a disk and displays a status report.
  5. COPY:Copies one or more files to another location.
  6. DEL:Deletes one or more files.
  7. DIR: Displays a list of files and subdirectories in a directory.
  8. DISKPART: Manages computers drives
  9. EXIT: Quits the CMD.EXE program (command interpreter) or the current batch
  10. script.
  11. FORMAT: Formats a disk for use with Windows.
  12. GPRESULT: This command line tool displays the Resultant Set of Policy (RSoP)
  13. information for a target user and computer.
  14. MD: Creates a directory.
  15. TASKLIST: This tool displays a list of currently running processes on
  16. either a local or remote machine.
  17. RD: Removes (deletes) a directory.
  18. ROBOCOPY: ROBOCOPY source destination [file [file]...] [options]
  19. SHUTDOWN: Full shutdown and restart the computer.
  20. XCOPY: Copies files and directory trees.
  21.  
  22. Question 3: md a, then md b, and then md c
  23. Question 4: dir command, dir drive path filename
  24. Question 5: cls command
  25. Question 6: cls was the last command
  26. Question 7: cls was the last command
Add Comment
Please, Sign In to add comment