|
-
June 6th, 2008, 06:28 AM
#1
Silently execute an exe at startup
I have got C# windows application exe and want to execute that silently at startup can anyone please tell me how to do that?
Thanks,
Mushq
-
June 6th, 2008, 06:37 AM
#2
Re: Silently execute an exe at startup
What is wrong with the startup directory?
or Registry item?
"HKLM\Software\Microsoft\Windows\CurrentVersion\Run" for that matter?
Just put a string in that registry location named the application, that contains the path of your exe.
ahoodin
To keep the plot moving, that's why.

-
June 6th, 2008, 06:41 AM
#3
Re: Silently execute an exe at startup
I think you have missed one point i.e. want to execute that silently means no UI.
-
June 6th, 2008, 07:13 AM
#4
Re: Silently execute an exe at startup
Then just hide the window.
Regards,
Ramkrishna Pawar
-
June 6th, 2008, 07:14 AM
#5
Re: Silently execute an exe at startup
I second that.
ahoodin
To keep the plot moving, that's why.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|