filmov
tv
Create, Copy and Delete files from the command prompt on Windows

Показать описание
In this tutorial I showed how to create, copy & delete files from the command prompt on Windows
please support me by subscribing to my YouTube Channel
buy me a coffee here
Commands
To create files
- notepad "name_of_file . extension
To Create folders
mkdir "name_of_folder"
To Copy files
- copy "path_to_file . extension" "path_to_copy_file_to/filename . extension"
To Copy Folders
- copy "folder_name" "path_to_copy_folder_to"
To delete files
- del "path_to_file . extension"
OR
- erase "path_to_file . extension"
To delete all files in a directory
del "path_to_directory/"
or
erase "path_to_directory/"
#command #line #windows #create #copy #delete #file #folder
please support me by subscribing to my YouTube Channel
buy me a coffee here
Commands
To create files
- notepad "name_of_file . extension
To Create folders
mkdir "name_of_folder"
To Copy files
- copy "path_to_file . extension" "path_to_copy_file_to/filename . extension"
To Copy Folders
- copy "folder_name" "path_to_copy_folder_to"
To delete files
- del "path_to_file . extension"
OR
- erase "path_to_file . extension"
To delete all files in a directory
del "path_to_directory/"
or
erase "path_to_directory/"
#command #line #windows #create #copy #delete #file #folder