Take a look here:
http://www.commandline.co.uk/cmdow/index.html
Use cmdow to start the batch file minimised
i'm running RR as my shell and running a batch file to open all the needed secondary programs, but everytime the computer boots i get that ugly black cmd box. Is there a parameter i can add to the batch that would make that box not show up? Or at least show up minimized. I could even work with it being behind RR but it shows up on top of everything.
Take a look here:
http://www.commandline.co.uk/cmdow/index.html
Use cmdow to start the batch file minimised
nevermind... googled hard enough and found the answer. This may be FAQ worthy
http://www.computing.net/dos/wwwboard/forum/14270.html
"the process take 3 files. one launch.bat one invis.vbs and one (your program)
in launch.bat(this files runs your program silently) put in...
wscript.exe "C:\yourpath\invis.vbs" "your file.bat"
in invis.vbs put...
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
and finaly in your file put whatever u want...
echo off
erase c:\junk.txt
well your done just open up launch.bat"
works for me![]()
even easier. create a shortcut to the .bat file, and set the properties of the shortcut to run Minimized. You can even assign it a pretty icon then.
i just might try that option too. Seems my way still allows the dos box to be seen for a second depending on if the cpu is on high load.
you just see it running in the taskbar while it's running for a moment
-
thanks alot for that tip. It works great! Doin it that way speeds up the program loading just a little bit.
Funny, that's what I did this morning with my rr shorcut, changed it to point to a batch file to run freedrive and roadrunner and set it to minimize.Originally Posted by tj!2k4
![]()
theres always the option with RR to list the app on the apps screen and use startup commands to get rr to run them on rr start
just a thought
Bookmarks