1.

Solve : is ther a way to run a batch prog silently?

Answer»

is there a WAY to run a BATCH program without a window open? therefore, when executed, it will not be seen by the user. Or perhaps there is some way to align it so it is off screen?
i just would like a program to run without the apearance of it doing so.
thanksTry echo off
I do that all the time,
whenever you need to SAY something from the script, use echo.
To stop just one COMMAND from showing, use
IE. del *.iniIf you run the batch file from a shortcut you can SET it to run minimised



Discussion

No Comment Found