
08-20-2008
|
|
|
|
Re: .ShellExecute on Vista does not work
On Tue, 19 Aug 2008 17:05:00 -0700, LT <LT@discussions.microsoft.com>
wrote:
>The following works properly on XP but not on Vista. The error message is
>"The parameter is incorrect".
>
>Set objSh = CreateObject("Shell.Application")
>objSh.ShellExecute "notepad.exe", "" , "", "runas", 1
>
>Thanks,
>LT
Thank you very much for that info. I will save it for future
reference.
|