Batch Help

Whats wrong with this…

@ECHO ON

start /wait \corp.ads\software\Release\Apps\INGR-Framme-4.00.07.01\INGR-Framme-4.00.07.01_Install.exe
start /wait \corp.ads\software\Release\APPS\BENT-Microstation-7.01.05.03\BENT-Microstation-7.01.05.03_install.cmd
start /wait \corp.ads\software\release\apps\BENT-IPlot-08.05.02.63\BENT-IPlot-08.05.02.63_Install.exe
start /wait \corp.ads\software\Release\Apps\TELU-IMAGE-Rulebase-6.8\TELU-IMAGE-Rulebase-6.8.exe
REM start /wait \corp.ads\software\release\apps\TELU-IMAGE-Rulebase-6.8\OCX\setup.exe

start /wait \corp.ads\software\release\apps\BENT-Microstation-V8i\BENT-Microstation-V8i_Install.exe

start /wait \corp.ads\software\release\apps\TELU-EUB-1.1\TELU-EUB-1.1.exe

first two apps were installed. Now its just dos prompt blinking and blinking. I know i missed thing.

ps: :chai:

Re: Batch Help

Does that have something to do with the cmd file?

Batch file to install multiple softwares.

Re: Batch Help

Can you try moving the .cmd file to the end and give it a try?

Re: Batch Help

Packages are silent install..no one told me that:what:
Left it running for one day, today all of them are installed:D
Now my next question is how can i get some kind of progress bar or message when its running…???

Re: Batch Help

Put some echo messages in there before/after each package install....

Re: Batch Help

And you can put a silent install switch to most of the installation packages