frankfisher
Programmer
Hi,
Well, I'm new to VBScript, and am having a perplexing problem.
Here is a snippet:
ThisFolder is the directory for which we need to record ACLs. Anyhow, though it only flashes by in a console, it looks like cacls behaves as if it had no arguments passed to it. I've MsgBox'd the CmdLine string and it looks fine to me.
What am I doing wrong?
Any advice, even offensive, would be helpful.
Thanks,
Frank
'Virtual means never knowing where your next byte is coming from'
Well, I'm new to VBScript, and am having a perplexing problem.
Here is a snippet:
Code:
CmdLine = "cacls " & ThisFolder & "*.* > "& ThisFolder & "acls.txt"
Cmd.Run CmdLine
What am I doing wrong?
Any advice, even offensive, would be helpful.
Thanks,
Frank
'Virtual means never knowing where your next byte is coming from'