Windows 10: Start program from batch file. Why does it open an "empty" window?
Discus and support Start program from batch file. Why does it open an "empty" window? in Windows 10 Gaming to solve the problem; Have a batch file that opens Microsoft Money with it's data file on H:/Money.Why does the batch file open the lower window when it executes?The batch... Discussion in 'Windows 10 Gaming' started by Dale Webb, Jun 5, 2025 at 5:57 PM.
Thema:
Start program from batch file. Why does it open an "empty" window?
Loading...
-
Start program from batch file. Why does it open an "empty" window? - Similar Threads - Start program batch
-
Start program from batch file. Why does it open an "empty" window?
in Windows 10 Software and AppsStart program from batch file. Why does it open an "empty" window?: Have a batch file that opens Microsoft Money with it's data file on H:/Money.Why does the batch file open the lower window when it executes?The batch file is pretty simple::@ECHO OFF "C:\Program Files x86\Microsoft Money Plus\MNYCoreFiles\MSMoney.exe" "H:Money\D&KWebb.mny"... -
Starting two programs from a single batch file is different than starting two programs in...
in Windows 10 Ask InsiderStarting two programs from a single batch file is different than starting two programs in...: First Concrete example: I run “Start Resident Evil 2” from a batch file I run “Start Resident Evil 2 Trainer” from another batch file Everything works! Okie dokie... So let’s simplify it a bit... I run “Start Resident Evil 2” and “Start Resident Evil 2 Trainer” from the... -
Batch file screen does not open with sidebar
in Windows 10 GamingBatch file screen does not open with sidebar: I created a User Manual option in my batch file. It happens that when the screen of this Manual opens, a sidebar does not appear so that all content can be viewed. The screen opens and goes to the end of the Manual, losing the information from the beginning because there is... -
Batch file screen does not open with sidebar
in Windows 10 Software and AppsBatch file screen does not open with sidebar: I created a User Manual option in my batch file. It happens that when the screen of this Manual opens, a sidebar does not appear so that all content can be viewed. The screen opens and goes to the end of the Manual, losing the information from the beginning because there is... -
Batch file screen does not open with sidebar
in Windows 10 CustomizationBatch file screen does not open with sidebar: I created a User Manual option in my batch file. It happens that when the screen of this Manual opens, a sidebar does not appear so that all content can be viewed. The screen opens and goes to the end of the Manual, losing the information from the beginning because there is... -
Start a program from a batch file
in Windows 10 Software and AppsStart a program from a batch file: I'm trying to create a batch file that should - call another batch file - start a program and then wait for the program to close - call another batch file My goal with this is to work around an issue in Windows 10 where the screensaver won't work when I have my game... -
Start a program from a batch file
in Windows 10 Software and AppsStart a program from a batch file: 4 Apps of mine run a batch file that -tries- to call/start and EXE program. These Batch files need to work with OS XP thru Win 10. Win 10 has a pop-up window asking user if its okay to run/execute my EXE. No other Win version does this and thus I suspect a timing problem.... -
Batch file start program minimized
in Windows 10 SupportBatch file start program minimized: Here's a little script to make a backup of 2 directories: Code: ::can't copy Opera data while Opera is running taskkill /im opera.exe robocopy c:\all e:\Bobback\All /mir robocopy c:\Users\Bob\AppData\Roaming e:\Bobback\Roaming /mir ::restart Opera minimized start... -
Batch file - Unable to start a program minimized
in Windows 10 SupportBatch file - Unable to start a program minimized: I've been trying to figure this out for a while now and I can't. I've looked at tons of small tips online to get this working but it doesn't work at all. I have a batch file which causes various programs to start when opened. However, one of them always appears above the rest...