Search found 3 matches

by Ram
28 Aug 2015 21:56
Forum: DOS Batch Forum
Topic: Unable to come out of the start command in a batch file
Replies: 5
Views: 3129

Re: Unable to come out of the start command in a batch file

After i closed the webpage, i need to press enter in cmd prompt window to make this script to run further.
by Ram
28 Aug 2015 21:54
Forum: DOS Batch Forum
Topic: Unable to come out of the start command in a batch file
Replies: 5
Views: 3129

Re: Unable to come out of the start command in a batch file

it is not working, if i give like below

Code: Select all

sc \\server_name start http://localhost:1234/
by Ram
28 Aug 2015 11:55
Forum: DOS Batch Forum
Topic: Unable to come out of the start command in a batch file
Replies: 5
Views: 3129

Unable to come out of the start command in a batch file

Hi All, I am trying to test the service which is running or not, hence wrote the below code. It running fine till starting the webpage, after which its not going to the next command (i.e., line number 4). Can someone pls help me to crack it. sc \\server_name query ActiveMQ | find /I "STATE"...