Search found 9 matches

by Nicodemus
25 Feb 2019 16:40
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

thanks for everyone's help, I learned a lot.
by Nicodemus
23 Feb 2019 08:42
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

thank you for your help. this works so im happy but I want to learn. how would I make it into a single batch file?
by Nicodemus
23 Feb 2019 07:05
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

thank you. I want to understand. I can use one cmd file to run another? also, they have to be separate files? thank you everyone for your help, I learned a lot. :D
by Nicodemus
22 Feb 2019 20:20
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

like this? @echo off start "" /MIN "startGame.CMD"@echo off start "" "E:\LaunchBox\Games\Big Fish Games\Launchers\Blackie.exe" start "" /WAIT "E:\12noon Display Changer\dc64.exe" -width=1280 -height=720 /c "E:\LaunchBox\Games\Big Fish Games\Mystery Case Files - Return to Ravenhearst FINAL\ReturnToRa...
by Nicodemus
22 Feb 2019 19:23
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

your right it doesn't. but im still trying different things.
by Nicodemus
22 Feb 2019 17:41
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

omg! the 2nd script worked. I see what I was doing wrong. thank you
by Nicodemus
22 Feb 2019 16:30
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

thank you @echo off start "my game" "E:\12noon Display Changer\dc64.exe" -width=1280 -height=720 /c "E:\LaunchBox\Games\Big Fish Games\Mystery Case Files - Return to Ravenhearst FINAL\ReturnToRavenhearst.exe" "E:\LaunchBox\Games\Big Fish Games\Launchers\Blackie.exe" taskkill /IM ReturnToRavenhearst....
by Nicodemus
22 Feb 2019 15:32
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

Re: newbie min cmd window?

Thank you VERY much! one last question. Can I add a .exe program to start the same time? I have a program called Blackie that will black out everything in the background. im trying to get the game to play in windowed mode but with a black background and not the desktop. im running Desktop Changer to...
by Nicodemus
22 Feb 2019 13:03
Forum: DOS Batch Forum
Topic: newbie min cmd window?
Replies: 19
Views: 25406

newbie min cmd window?

how do I run the cmd window hidden or min? @echo off "E:\12noon Display Changer\dc64.exe" -width=1176 -height=664 /c "E:\LaunchBox\Games\Big Fish Games\Mystery Case Files - Return to Ravenhearst FINAL\ReturnToRavenhearst.exe" im running a game at a custom resolution with Display Changer, however the...