Windows service would do fine..., and why all the suspicion? I faced this problem once when I had scheduled a console application to run each day at specified intervals on a server - The console window would pop up and by any chance if any other user was logged on to that box at that time, they could accidentally hit the close button and kill it.
I then moved it to a windows service. Kaarthik On Wed, Dec 17, 2008 at 10:22 PM, [email protected] <[email protected]>wrote: > > Create a windows service. But I am interested to know why you want to > hide the console. Care to explain why? > > Regards, > Hardono Arifanto > http://sodeve.net > > On Dec 16, 9:57 am, "[email protected]" > <[email protected]> wrote: > > Hi, > > > > Please help me. > > > > Any one know how to hide the console window that appears while > > executing the batch files. > > Please let me know.......if any one knows it. > > > > Thanks, > > Ram. > -- Kaarthik, http://coding-passion.blogspot.com
