Re: Exec Class
- From: "Nicholas Paldino [.NET/C# MVP]" <mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 4 May 2007 15:06:17 -0400
Randy,
Exec? Exec is a task for MSBuild, which is meant to run a program
during your build process (should you specify it).
What you are looking for is the Process class. It will allow you to
start programs.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@xxxxxxxxxxxxxxxxxxxxxxxxxxx
"randy1200" <randy1200@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C780F442-3795-42D3-9D7D-768F0E787E33@xxxxxxxxxxxxxxxx
I need to be able to execute programs directly from a C# program. My first
thought was to use exec, but the documentation states that exec should not
be
called directly from application code. Any suggestions on what should be
used
to start executable programs directly from C# code?
Thanks,
Randy
.
- Prev by Date: Setting CurrentCell in DGV in CellEndEdit event ignores RowIndex
- Next by Date: Re: Issue with double quotes
- Previous by thread: Re: Exec Class
- Next by thread: Re: Active Directory get extensionAttribute
- Index(es):
Relevant Pages
|