|
Re: file copy operations using source file input and script? That's a good looking script! I have never used the tree application before. You know, if you don't use the /a switch it looks really nice in the powershell console:
PS D:\> tree test
Folder PATH listing
Volume serial number is ####-####
D:\TEST
├───dir1
├───dir2
└───dir3
PS D:\> tree test /a
Folder PATH listing
Volume serial number is ####-####
D:\TEST
+---dir1
+---dir2
\---dir3 |