Code:
md\\.\\C:\\con

2. I tried experimenting with that command, and found out its actual syntax which you can use to create the con folder at any location on the windows based computer. The syntax is :
Code:
md\\.\\path-to-create-con-folder
Code:
md\\.\\C:\\SpearMan
3. How to delete a folder named "con"
I found a way to delete the con folder. Use the same command to delete, just replace 'md' command with 'rmdir'
Example :
Code:
rmdir\\.\\C:\\con


0 comments:
Post a Comment