Steam overlay on windows batch files?
i like running a lot of things through steam including lots of doom mods/wads which ive saved as .bat files. can i make em more like an exe so that when im playing games like this i still get to use the steam overlay?
< >
Showing 1-4 of 4 comments
Midnight Fawn Nov 14, 2019 @ 3:01am 
I'm quite adept in running scripts etc with batch files, can you elaborate a bit more on what you are trying to achieve..?
well in essence all i want is for what the batch file runs to be recognized by steam so it shows that im in game and i get that sweet sweet steam overlay. when i run a batch file like this as an example

@echo off
start gzdoom.exe -file eviternity.wad it would be great if steam could show i was running GZDoom and i could take screenshows and not have to alt tab. older games arent the best with alt tabbing. and i prefer the steam browser either way.

im sorry if i still dont make an sense because i dont even understand what else .bat files are used for. i jut use them to run particular files with an .exe so i can play a mod without dragging the file onto the exe everytime. and as a bonus i can add the .bat to steam as a non steam game. i run 100% of all of my games through steam. 1 library for everything! but the only downside with this is its not running through steam, just the .bat is launched.
Midnight Fawn Nov 14, 2019 @ 4:13am 
3
You can try this, may sound a bit complex, but it's pretty easy as you have the basics of you bat file..

Within Steam, Add a Non-Steam Game

Browse to C:\Windows\System32\cmd.exe

When cmd is within your games library

Right mouse click - Properties

Change the Name: gzdoom

Target: "C:\Windows\System32\cmd.exe"

put a space after the exe" Then add /k C:\Location\Of\YourBatFile.bat

Start In: the path your game lives in, like "C:\MyGames\Doom\gzdoom"

Obviously, the .bat file should contain something like start C:\MyGames\Doom\gzdoom.exe -file eviternity.wad
Last edited by Midnight Fawn; Nov 14, 2019 @ 4:15am
ooooh i like the sound of this! ill give this a try later!
< >
Showing 1-4 of 4 comments
Per page: 1530 50

Date Posted: Nov 14, 2019 @ 1:59am
Posts: 4