Search found 2 matches

by nikel
21 Aug 2017 13:00
Forum: DOS Batch Forum
Topic: Batch command that uses both wait and timeout
Replies: 2
Views: 2064

Re: Batch command that uses both wait and timeout

I give up. I'll use C# Processes as usual.
by nikel
15 Aug 2017 19:40
Forum: DOS Batch Forum
Topic: Batch command that uses both wait and timeout
Replies: 2
Views: 2064

Batch command that uses both wait and timeout

I'm trying to install multiple programs one after another. How can I wait for one app's setup to finish, and terminate if it lasts over 600 seconds? Here's my code so far: ECHO "Installing 7-Zip 16.04 (x64 edition)" START "7-Zip 16.04 (x64 edition)" /WAIT msiexec -i "7z1604-...