fragglet / vanilla-utilities

Doom engine DOS utilities
https://www.doomworld.com/forum/topic/110970-the-vanilla-utilities/
GNU General Public License v2.0
19 stars 0 forks source link

Add support for response files #8

Closed fragglet closed 3 years ago

fragglet commented 3 years ago

DOS has a very restrictive limit on the size/number of command line arguments to a program. Fortunately Doom supports response files to work around this. It would be useful to be able to both consume response files in the flags library and generate response files automatically when a command line would be too long.