Writing A Batch Style File For Prboom


CaanDoo

Still Fresh
Joined
Jun 15, 2011
Messages
27
I have been writing this small batch file so that I can conveniently load Iwads and Pwads for Chocolate Doom on Windows:

http://www.speedyshare.com/files/29032153/Cocoa.7z

How would I write something similar for the Caanoo build of PrBoom? I presume (read: hope) there must be some fairly simple way (scripting language?).
 
CaanDoo said:
I have been writing this small batch file so that I can conveniently load Iwads and Pwads for Chocolate Doom on Windows:

http://www.speedyshare.com/files/29032153/Cocoa.7z

How would I write something similar for the Caanoo build of PrBoom? I presume (read: hope) there must be some fairly simple way (scripting language?).
There's something I thought of doing for PrBoom for the Caanoo. I was going to wright and add entries in the menu for .sh files that rename the wad files.

Something like this:

mv *.wad *.wade
mv doomwad4.wade doomwad4.wad

and then make it return to the main menu. (which I forgot how to do XD)

I haven't bothered to try this yet.
 
Last edited by a moderator:
Back
Top