DOS COMMANDS FOR FILE HANDLING
Copy Con: This command is used to create a new file.
Syntax: Copy con file_name
Example: Copy con ABC (Press enter key)
F6 or Ctrl + Z: These commands are used to save a file in ms-dos.
Type: This command is used to open an already existing file.
Syntax: Type file_name
Example: Type ABC (Press enter key)
Dell: This command is used to delete an already file.
Syntax: Dell file_name
Example: Dell ABC (Press enter key)
Ren: This command is used to rename a file or directory name.
Syntax: Ren old_name new_name
Example: Dell ABC XYZ(Press enter key)
Syntax: Ren old_name new_name
Example: Dell ABC XYZ(Press enter key)
0 Comments