Cfexecute permission
Hi,
I am trying to run the following C:\temp\test.bat file using cfexecute
@echo off
start iexplore.exe www.google.com
<cfexecute name = "c:\temp\test.bat" timeout="1"></cfexecute>
The test.bat file opens up internet explorer when I call it from a Windows command, but the CF script does not do anything. When I googled the problem, a couple people suggested that it might be a permission issue, ie. ColdFusion service does not run as admin in Windows. However, there is no mention of how to fix it.
My questions are:
1. Is this true that CF service does not run as admin eventhough me as the user is an admin? I have no problem with cffile writing to C:\temp.
2. How do I run CF service as an admin? I use Windows Vista as my OS.
Thank you!
