SHELL

G

Guest

I want to run/start a program from inside a .Net Windows application. I've
tried using SHELL() but it only seems to work for some programs like
notepad.exe and .bat files. Other programs I try to run seems to fail with
the error 'File Not Found'. Is there another command to use?
 
G

Guest

This will happen if the desired application is not in the "path" and not in
the "current working directory"

For testing purposes it is often best to specify explicit path to
application. Switch to programmable location before deploying the
application.
/Boyd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top