From: nuti on
Got Run-Time error:


-2147024894(80070002)
Method 'Run' of object 'IWshShell3' failed


how wshould i go about it?


cheers,
Nuti

From: Jay Taplin on
I've seen a couple of reasons for this error:

1) You may need to wrap the filename in double quotes (i.e. "C:\Program
Files\ABC\file.exe" rather than C:\Program Files\ABC\file.exe)

2) Make sure your slashes are all backwards slashes, not forward
slashes.

Jay Taplin MCP

From: David J Mark on

"nuti" <nutinaveen(a)yahoo.co.in> wrote in message
news:1137500153.431850.176410(a)z14g2000cwz.googlegroups.com...
> Got Run-Time error:
>
>
> -2147024894(80070002)
> Method 'Run' of object 'IWshShell3' failed
>
>
> how wshould i go about it?

Go about what? Where's the code? This is just a generic automation error.
This is like asking what to do about a "file not found" error.

>
>
> cheers,
> Nuti
>


From: Bob O`Bob on
David J Mark wrote:
> "nuti" <nutinaveen(a)yahoo.co.in> wrote in message
> news:1137500153.431850.176410(a)z14g2000cwz.googlegroups.com...
>
>>Got Run-Time error:
>>
>>
>>-2147024894(80070002)
>>Method 'Run' of object 'IWshShell3' failed
>>
>>
>>how wshould i go about it?
>
>
> Go about what? Where's the code? This is just a generic automation error.
> This is like asking what to do about a "file not found" error.



<http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_thread/thread/e5299dbf57f48a36/2417b81ec558212e?q=%22to+do+that+thing%22&>



Bob
--