How to rename folder with blank name using Command Prompt or VB6 or VB.NET -


I have a folder with an empty name, it needs to change the name of the command prompt, and I want to use the same code

\\ with full code? \ closes the check for filename.

  md "\\? \ C: \ "  

Creates an empty directory.

To find the name of the file,

  rd "\\? \ C: \"  

Till the tab or Ctrl + D.

It is necessary to use quotes.


Comments