I am trying to run a silent install of several exe's via a batch file, however need them to run one by one instead of simultaneously. It seems like "START /W" wont work when switches not native to it are used, for example:
START /WAIT "%userprofile%\desktop\jre-8u25-windows-i586.exe" /s
returns the following error:
invalid switch "/s"
Any help will be appreciated.