From: Karl E. Peterson on
Steve explained on 12/18/2009 :
> The code to launch the other app is just a simple
> shell call (lngProcID = Shell(strAppPath)). The call to Shell does
> return a value but the app does not appear to have been started (does
> not show up visually and is not in task manager).

What's the returned value? (If it's between 0-32, that indicates
failure.)

--
..NET: It's About Trust!
http://vfred.mvps.org


From: Karl E. Peterson on
MikeD explained :
> Shell function can only run executable files. Typically, these are files with
> EXE, COM, and BAT extensions.

That was the Bad Old Days. <g> Nowadays, it's easy to determine:

C:\>set pathext
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC

--
..NET: It's About Trust!
http://vfred.mvps.org


From: Steve on
I have tried adding quotes...no change in result.

As far as the returned process ID...it is different each time I run
(of coarse) but is alway similar to 4420 which is the value returned
from my most recent attempt.

Where can I find this app Process Explorer? Is it a MS app which
would have been installed with Windows (like Task Manager) or is it
some third party app. If it is the later where do I get it from. If
it is the former where is the exe for the app located.

Thanks,
Steve
From: Nobody on
"Steve" <sredmyer(a)yahoo.com> wrote in message
news:81b5310d-6611-4b95-97ad-2271c2f6c213(a)k4g2000yqb.googlegroups.com...
> Where can I find this app Process Explorer?

Type "Process Explorer" in Google then click "I'm Feeling Lucky!"




From: Karl E. Peterson on
Nobody expressed precisely :
> "Steve" <sredmyer(a)yahoo.com> wrote in message
> news:81b5310d-6611-4b95-97ad-2271c2f6c213(a)k4g2000yqb.googlegroups.com...
>> Where can I find this app Process Explorer?
>
> Type "Process Explorer" in Google then click "I'm Feeling Lucky!"

Quicker still! http://www.lmgtfy.com?q=Process+Explorer

--
..NET: It's About Trust!
http://vfred.mvps.org