Steam Deck

Steam Deck

some way to make steam tinker launch start 2 programs at once???
borked since the last steam update in december it will only launch one thing at a time and by closing the 1st thing the 2nd will open.
everything is forked
< >
Showing 1-10 of 10 comments
Sadorath Jan 14 @ 4:54pm 
Desktop mode is your friend?
Originally posted by Sadorath:
Desktop mode is your friend?
im talking about in desktopmode.
anybody??? still not working
Ok i found a fix. You gotta create a bat file and place it in your games executable directory. Launch it as a custom command and command only in Steam Tinker Launch game menu. Make sure to have all your dependencies required by using protontricks (i needed dotnet). Here is my example which includes a 30 second pause to allow my dll injector to not fire off immediately.

@echo off
start bg3_dx11.exe
ping -n 31 127.0.0.1 > nul
start IGCSInjector.exe


Just replace the exe's with yours and make sure its saved as a bat file. I know its linux and may work with a .sh file but i didnt even try. Thought it would be more complex than that... dont forget if your file name has spaces you must write

start "" "name of game.exe"
Last edited by infamous2o; Jan 18 @ 7:51pm
Mahjik Jan 17 @ 8:37pm 
Just FYI, you don't have to loop ping. There is a SLEEP command you can use.
Originally posted by Mahjik:
Just FYI, you don't have to loop ping. There is a SLEEP command you can use.
????? what
Originally posted by infamous2o:
Ok i found a fix. You gotta create a bat file and place it in your games executable directory. Launch it as a custom command and command only in Steam Tinker Launch game menu. Make sure to have all your dependencies required by using protontricks (i needed dotnet). Here is my example which includes a 30 second pause to allow my dll injector to not fire off immediately.

@echo off
start bg3_dx11.exe
ping -n 31 127.0.0.1 > nul
start IGCSInjector.exe


Just replace the exe's with yours and make sure its saved as a bat file. I know its linux and may work with a .sh file but i didnt even try. Thought it would be more complex than that...
you got a video guide on how to do that ??? cause i could not be more lost
Mahjik Jan 18 @ 11:48am 
Originally posted by BallsToYouMyGoodSir:
Originally posted by Mahjik:
Just FYI, you don't have to loop ping. There is a SLEEP command you can use.
????? what

In that post, the person is using a ping localhost with no output to "wait". There is a sleep command that can be used instead.
i tried sleep and it didnt work for whatever reason. looping ping was what chat gpt suggested. I even converted the bat file to exe with bat to exe converter and changed the settings for the game in heroic to "open a different exe"(the converted bat file). add as a non steam game from heroic and boom.
still unable to get it working. i hate steam os sooo gawdd damn much. went from knowing a ♥♥♥♥ ton about computers to not even being able to locate 1 ♥♥♥♥♥♥♥ file
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Jan 14 @ 2:21pm
Posts: 10