Tools.Shell

  • Thread starter Thread starter Ty Moffett
  • Start date Start date
T

Ty Moffett

What namespace is Tools.Shell in? I'm looking for a way to run a
commnd(start a silent install of an app) at the command prompt. If there is
something better to look at I'd love to hear it.
 
* "Ty Moffett said:
What namespace is Tools.Shell in? I'm looking for a way to run a
commnd(start a silent install of an app) at the command prompt. If there is
something better to look at I'd love to hear it.

'Tools.Shell' is used to launch a tool from within the _IDE_. If you
want to start an application from your application, you can use 'Shell'
or 'System.Diagnostics.Process.Start'.
 
Thanks so much for your help Herfried. I'm heading down the rigt path now
but have hit another wall. I'll start a new thread for that one. Thanks
again.
 

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

Back
Top