GreekGeek 0 Posted December 5, 2010 I wrote an autoit script that contained the line that would execute the command: ALTER CALL 123 SET_OUTPUT FILE="C:\USERS\PUBLIC\TEST.WAV" and it worked great. Next I executed the command: ALTER CALL 123 SET_OUTPUT FILE="C:\TEST.WAV" and nothing happened. I have to think that it is a permissions thing. When I tried to "Run As Administrator" skype would say "Another application (AutoIt3.exe) is attemtping to access Skype, but we are unable to respond. Please try to restart the application" and the script would not go on. When I run the script without Admin I do not get that but it will not create the file. Does anyone no what specifically needs to be done? I am running Windows 7 and have UAC on (I cannot turn off UAC because this script will be run by others that will have UAC on and cannot turn it off). Thks GreekGeek Share this post Link to post Share on other sites
GreekGeek 0 Posted December 6, 2010 I had to change Skype.exe and Autoit3.exe to "Run As Administrator".... but after a "normal" install shouldn't both programs be capable of executting the 2nd ALTER command without problems?? Thks GreekGeek Share this post Link to post Share on other sites