Popular Posts

Thursday, 9 August 2018

create & remove unstable folder with cmd

How to remove and create aux, con folder?


remove aux, con,and e.t.c dir

C:\>rmdir \\.\D:\aaa\aux

create aux, con, and e.tc. dir

c:\>mkdir \\.\D:\aaa\aux  or  c:\>md\\.\D:\aaa\aux


then exit

c:\>Exit

No comments:

Post a Comment

create & remove unstable folder with cmd

How to remove and create aux, con folder? remove aux, con,and e.t.c dir C:\>rmdir \\.\D:\aaa\aux create aux, con, and e.tc. dir ...