I have a text file which has the output of DOS command tree /a. It looks like this
+---aset10
+---ConsoleApplication1
| +---bin
| | \---Debug
| +---obj
| | \---Debug
| | \---TempPE
| \---Properties
\---testing folder
Actually, it has many folders. I truncated the output for brevity. Now, I want to create a similar folder structure in another computer. Is there any way to automate this ?
what about :