I have a socket server which waits for the client to send data, forever...But, for the server to run, i have to execute it from the cmd.
Is there any way to put the server in background... or better - as a process so that even if i want to change the server code, i could stop the process from task manager, and then restart once the change in the code is complete?
Thanks.
Rupz.