Search found 3 matches

by shashank.gece
13 Feb 2017 17:41
Forum: DOS Batch Forum
Topic: Waiting for previous command to finish..
Replies: 5
Views: 5201

Re: Waiting for previous command to finish..

Thanks !!
It worked ....
by shashank.gece
12 Feb 2017 22:24
Forum: DOS Batch Forum
Topic: Waiting for previous command to finish..
Replies: 5
Views: 5201

Re: Waiting for previous command to finish..

So if I don't use (( start /b "" )) and directly use cscript, will the next command wait for the previous command to wait?
by shashank.gece
12 Feb 2017 20:30
Forum: DOS Batch Forum
Topic: Waiting for previous command to finish..
Replies: 5
Views: 5201

Waiting for previous command to finish..

THIS IS MY CODE. RIGHT NOW I AM USING THE DELAY OPTION. INSTEAD OF THE DELAY COMMAND CAN I USE ANOTHER COMMAND WHICH WILL WAIT FOR THE PREVIOUS COMMAND TO FINISH AND THEN RUN THE NEXT COMMAND. @echo off rem this file copies the name from the text file to the excel file pushd %~dp0 start /b "&qu...