Windows command prompt tutorial 2 - making folders, deleting folders, creating and deleting files
Channel:
Subscribers:
65,900
Published on ● Video Link: https://www.youtube.com/watch?v=bCHAcV3wJQM
Continuing from the last tutorial, in this tutorial we learn how to create/delete folders and files. Please do not try these commands with any important folders/files, you cannot get anything you deleted in command prompt back.
list of commands:
ctrl+c (break)
md hello
cd hello
notepad test.txt
del test.txt
rd hello
Other Videos By Magic Monk
Tags:
command prompt delete files
command prompt delete folders
command prompt create files