F 
		
								
				
				
			
		Frank Moyles
I have written a console application that acts as a server engine,
processes commands sent by another application (using IPC). Currently,
when my server app runs, it displays the standard DOS box.
I want to be able to run my server app without displaying ANY console
(i.e. so it is hidden), so that it mimics a Unix daemon - does anyone
know how I may do this?
				
			processes commands sent by another application (using IPC). Currently,
when my server app runs, it displays the standard DOS box.
I want to be able to run my server app without displaying ANY console
(i.e. so it is hidden), so that it mimics a Unix daemon - does anyone
know how I may do this?