November 5, 200619 yr Is there a way to force startnet.cmd to run minimized? I have a nice splash screen that I would prefer not to be covered up while PE is booting.
November 6, 200619 yr The only way i found to do that is to replace winpwshl with something that can run apps minimized. I Wrote a small vb6 app for it for our needs earlier. Today I launch my VB6 app drectly and execute the needed commands from my app instead
November 7, 200619 yr If you don't want to get that crazy, you can include a small freeware utility named "hider.exe" and have it run as the very first line in your batch script...Usage: Hider.exe hide command promptLater in the script when you need it to be visible:Usage: hider.exe show command promptI am not the writer of the software nor does it gain me anything if you use it... Linkage: http://www.humus.ca/index.php?page=Cool&ID=2
Create an account or sign in to comment