Hi,
I use VBScript to run the tree command (WXP Sp2) and collect its
output. Is there any way to force it to include hidden folders? Or
is there a scripting way to unhide hidden folders?
I'm particularly interested in the hidden folders within the
'Temporary Internet Files' folder. For testing purposes, I copied the
folder structure to another folder using:
C:\Documents and Settings\Paul\Local Settings\Temporary Internet
Files>xcopy /t /h /e *.* h:\dummy
This gives me the folder structure I'm interested in, but the folders
are all hidden, and even the empty folders have the hidden attribute
grayed out in the properties window, so I can't unhide them manually.
And the tree command does not see them.
Thanks for any help you can give me.
-Paul Randall