Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to exit from running mode... 1

Status
Not open for further replies.

scriptfinder

Technical User
Apr 17, 2006
18
US
Hi!

I want to automate a task that starts a server and exits once the server goes to running mode. The challenge is how to exit from the running mode. If you start the server interactively, through the command prompt, you can ^c from the process, but how do you achieve this by using a script?
Any help is greatly appreciated.

Thanks.
 
You may try to launch the server in background:
server start [!]&[/!]

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top