Search found 2 matches
- 14 Apr 2014 21:27
- Forum: DOS Batch Forum
- Topic: Open multiple applications (if they are not already open)?
- Replies: 5
- Views: 5259
Re: Open multiple applications (if they are not already open
I'm going to try to reorganize it and ask questions. ::Header? @echo off &setlocal enableDelayedExpansion ::Function definitions before main? :processExists processName :: ( ::Can you explain these lines? set "p=%~1" taskList.EXE /nh |findStr.EXE /bric:"!p:~0,25!" &&s...
- 14 Apr 2014 18:43
- Forum: DOS Batch Forum
- Topic: Open multiple applications (if they are not already open)?
- Replies: 5
- Views: 5259
Open multiple applications (if they are not already open)?
Dear Dostips, I have found various different scripts and methods by which to check whether or not an application is running and open it if it is not running. Most of them end the batch file's operation if one of the applications is already running, though. Also, I can't tell what are keywords and wh...