Re: Configuring games to automatically initialise tools in DOS
Posted on 2024-12-11, 16:53
.Pif files are just for Windows, but there's nothing to stop you using a bat file in the game directory, so for example, doom you could just have a file called d.bat with @echo off C:\utils\slowdowntool.exe /switches call Doom C:\utils\slowdowntool.exe /turn off Then instead of running doom.exe, you …