| 1. |
Solve : Calling a command window to run in the background? |
|
Answer» Thanks to those who helped me on my previous problem with my batch FILES and calling up command windows. The shell program WORKS great, now the only downfall is that when the command windows CALLED up by my batch file open, they are always the focus or active window. Is there any way to call them up so they will not keep jumping to the top layer on the screen? I ASK this because right now it takes about 3 hours to run the program that my shell is utilizing so it essentially MAKES that computer unusable for 3 hours. Thanks for the help.Try this: start /min yourfile.batJPH's suggestion should work. |
|