1.

Solve : How to minimise the Batch File?

Answer»

I KNOW how to minimise the program that is running (I have read some guides), however, I can't seem to find out how to minimise the batch file.

What I do, while running XP, is double CLICK on a batch file, which RUNS a javax file. However, that javax file also needs many additional files, and as a result, needs to be run using a batch file.

Unfortunatly, that means that the batch file is visible, which would often disturb several users of the program. Ideally, I would like the command prompt either invisible, or minimised.

Is this POSSIBLE?

(Ironically, the batch file is only one line long, but that line is very long-winded, and very error PRONE, so it is easier to use it)I'm not sure i follow your whole post but to start a batch file minimised start it with Code: [Select]start /min
FB



Discussion

No Comment Found