How would I set every folder created by these commands to read-only?
A dozen attempts to put it all in one line didn't work.
And doing this gives an unterminated string constant error...
cmd.RunCommand('Copy CREATEFOLDER "C:\\catalog\\' + srcLabel + '" FILTER="Folders Only"');
cmd.RunCommand('SetAttr "C:\\catalog\\' + srcLabel + '" r RECURSE'");