Batch files

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.
 
M

Mark V

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...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top