Batch files

  • Thread starter Thread starter Abhishek
  • Start date Start date
A

Abhishek

Hi,
I've created a batch file which would inturn launch a setup of a
software. The setup has a silent installation mode so everything has to be
done in the background. But whenever I launch the batch file a black window
(DOS window) is also launched. How can I supress that black window from
appearing.

Thanks,
Abhishek.
 
Abhishek wrote in
Hi,
I've created a batch file which would inturn launch a setup
of a
software. The setup has a silent installation mode so everything
has to be done in the background. But whenever I launch the batch
file a black window (DOS window) is also launched. How can I
supress that black window from appearing.

If you use START command to start the setup program then the batch
window will just open/close rapidly. See: START /?

You might also schedule the batch file to run under another account...
 
Back
Top