Launch all selected programs (with/without) parameters
Posted: 2008-11-16, 10:49 UTC
Many times I want to launch more than one file, many Hotfix - for example, one after one.
In console windows this is possible, but the file .cmd must be edit every time when a change occur:
START /wait prog1.exe /param
START /wait prog2.exe /param
START /wait prog3.exe /param
START /wait prog4.exe /param
where param are silent and no restart parameters.
How can I do this with list %N%P ?
There are two situations: parameters can be or not the same.
Maybe a plugins can solve this.
In console windows this is possible, but the file .cmd must be edit every time when a change occur:
START /wait prog1.exe /param
START /wait prog2.exe /param
START /wait prog3.exe /param
START /wait prog4.exe /param
where param are silent and no restart parameters.
How can I do this with list %N%P ?
There are two situations: parameters can be or not the same.
Maybe a plugins can solve this.