I apologize if this is a) in the wrong section or b) a stupid question, but I've had little-to-no experience writing BAT files. I'm trying to make a simple startup script for a game (specifically TF2). The way it runs is it takes a bunch of parameters in the startup, but the one I care about it the map. I want it to start with "What map do you want?", then wait for an input, then simply put that input in place of where a map would go in the startup. I haven't been able to find this simple answer online so far, so here I am. Here's the current script.
tf2\srcds.exe -console -game tf +sv_pure 1 +map MAP_HERE +maxplayers 24
How should I go about writing something like this?