Can I create and deploy such .NET exe on OS that I can Directly Run that application from Start -> Run Prompt.
Example : Like we can run Notepad.exe/Calc.exe directly from Run Prompt.
Please help
Loading
Can I create and deploy such .NET exe on OS that I can Directly Run that application from Start -> Run Prompt.
Example : Like we can run Notepad.exe/Calc.exe directly from Run Prompt.
Please help
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jan MontanoPosted Jul 12, 2007, 4:00 AM
Take for example calc.exe. you could call it via start->run because it's located in system32 folder and system32 is included in the path variable by default.
Mohit SinghalPosted Jul 12, 2007, 3:31 AM
Mritunjay SinghPosted Jul 12, 2007, 3:09 AM