CALL didn't work for me, but START actually did. Thanks for the help
though!
On Wed, Oct 2, 2013 at 7:30 PM, Mark Waite wrote:
> I thought that was a case where you needed to use the "CALL" statement in
> the batch file so that it will not wait for process exit.
>
>
> On Wed, Oct 2, 2013 at 7:1
I thought that was a case where you needed to use the "CALL" statement in
the batch file so that it will not wait for process exit.
On Wed, Oct 2, 2013 at 7:13 PM, Mishael Kim wrote:
> Hi,
>
> This is probably a quick one for you guys...
>
> When I just launch notepad or any other app within a
Hi,
This is probably a quick one for you guys...
When I just launch notepad or any other app within a job's Windows Batch
Command, why does it not move to the next command after the launch? The
launch command only moves on if I manually shutdown that process. Is there
a workaround to this?
-mi