1.

Solve : Runing a batch file without the command window?

Answer»

Can some ONE tell me how to run a batch file wthout opening the command window.

thanksProvided the batch file PRODUCES no console interrupts, you can use:

start /MIN batchfile.bat

The batch file still NEEDS the command shell to run but running it minimized will make it less obvious.

Hope this helps. what is your OS?



Discussion

No Comment Found