| 1. |
Solve : Batch file help!? |
|
Answer» So, I've recently dug out my old copy of Doom ][, installed it, patched, and downloaded ZDoom. WAD Name: [where I type the name] And upon pressing enter, would just load the proper commands. Is there any way to do this?Like this? Code: [Select]:: wadload.bat :: ZDoom WAD Loader @ECHO OFF set /p name=Enter the Name: C:\Games\ZDoom\zdoom.exe -file %name% Does it help?Code: [Select]:: wadload.bat :: ZDoom WAD Loader @ECHO OFF set /p name=Enter the Name: C:\Games\ZDoom\zdoom.exe -file %name%.wad EXIT Thanks man! THREW in an EXIT there because the prompt is pretty much useless after I enter the name in. Also made it so the the .wad is already typed for über-laziness FACTOR. |
|