I'm running ColdFusion 9 add Windows Server Datacenter. I have written a batch file that creates a directory on the system. If I use cfexecute
to call cmd.exe
to run the batch file, who is the owner of the directory created? Is it the user that runs ColdFusion, or is it the user that created the batch file, or is it neither of those two?
I'm restricted from creating a Windows scheduled task, and I can't use cfdirectory
to create the folders because the CF user has elevated permissions, and even mode=777
doesn't work. Any input or insight is appreciated.