SHELL

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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
 
Back
Top