Want my Console program to run as a service
By on Jul 10, 2009 in Software
1) how can i get my console application to run as a windows service..have tried the SC Create command..no good…..
2)how can i get it so the console program runs as an icon on the system tray near the clock………
3)When i want to publish to create the setup.exe…should i somehow merge the two projects together or publish each one seperatly and use some sort of batch installer…..
I’ve never done any windows programming b4..but am catching on..any help would be appreciated..
Read the rest here:
Want my Console program to run as a service
Related posts:
- Output text into console window from GUI app Say, if my GUI Win32 app is started from...
- I want to make console window A console based application, i new to c#, this...
- Windows Service console output redirection Hi I have created window service program and redirected...
- HangMan Console Game Help using System; using System.Collections.Generic; using System.Linq; using System.Text; using...
- Paste text into console Hi all: I'm trying to paste a string into...
Related posts brought to you by Yet Another Related Posts Plugin.
Post a Comment