Search found 2 matches

by riyashussain
06 May 2013 20:51
Forum: DOS Batch Forum
Topic: how to skip a command in batch script
Replies: 4
Views: 7425

Re: how to skip a command in batch script

Hi Squashman, These are all customer production servers and have access only to run the script not to edit the script. Hope this clears your confusion. If we try to edit the script and customer finds that then our project is screwed. Also, we are running this script on more than 500 servers. Regards...
by riyashussain
06 May 2013 12:59
Forum: DOS Batch Forum
Topic: how to skip a command in batch script
Replies: 4
Views: 7425

how to skip a command in batch script

Hi All, We have a batch script listener_cntrl.bat which calls two commands " lstnr_cntrl and pause ". I am running listner_cntrl.bat on a target server with command ' cmd /c "C:\Operations\listener_cntrl.bat" '. Since the pause/b] prompts for "Press any key to continue"...