I can not get ShellExecute, WinExec, or wshell commands working from IE7 with IIS on XP.
The program is doing everything correct except those commands I mentioned.
When I run any of the commands from the "exe" same program they all work fine.
Are there any IE7 and IIS experts out there? Whats stopping them from working?
Thanks all
Could you post an example code?
Here is the code.
[attachment deleted by admin]
they are probably excluded for security reasons. If IE could be used to routinely start and run executable programs the extra risk would be massive.
Is there a way to "RUN AS" someother user?
Check the DOS command RUNAS
runas /user:xroot cmd
replace 'xroot' with the user you want to run 'as,' and 'cmd' with the command you want to run ('cmd' gets you the command prompt.)