The Education of Kernzy Part II
You should be able to achieve the same thing through the command line. For your current setup, this is what I would do to achieve the desired result if it was me, using all my usual shortcut techniques to speed up the process. This assumes you have already unzipped the relevant Mame into a WolfNNN folder, where NNN is the version number, and you have put the inp and the rom files in the appropriate location. Any text with " characters around it are to indicate what I'd actually type excluding the actual " characters themselves, they're just to delimit the text I'd type from the rest of the words in the respective sentence.
Playback using Command Prompt
1. I'd press Windows+R on the keyboard to open the Run dialog, type "CMD" for the Program to run, assuming it hasn't remembered it from last time, then press the Enter key to launch the Command window.
2. I'd type "e:" and then press the Enter key to change to the e drive. (In my case it's actually on a different drive, but I'm writing these instructions to match your setup.)
3. I'd type "cd Mames\Wolf108" and then press the Enter key to change to the e:\Mames\Wolf108 folder or "cd mames\Wolf145" and then press Enter to change to the e:\Mames\Wolf145 folder, etc, etc
4. Then I'd type "playback <gamename> <inpname>"
Where <gamename> and <inpname> are the name of the game and the inp filename respectively. The chevrons, < and >, as with the " characters are not actually typed, they are just indicating a place for the relevant parameters to the playback batch file. For example, if the game I wanted to playback was
kungfum and the person who submitted the recording had named their inp file
kungfum_wolf108_786540.inp, as is the case with Alpha's recording, and I chose not to rename that inp file to
kungfum.inp to save myself some typing, then my full command to playback the recording would be as follows:
"playback kungfum kungfum_wolf108_786540"
Now that you've had success getting the playback to work without using the command line, I suggest you try the above operation as it is a whole lot easier than mucking around with shortcuts once you're used to using the Command prompt.
Record using Command Prompt
Conversely, if you want to record you own new game, using say Wolf145, then the steps would be as follows assuming you have extracted the WolfMame-145.exe into e:\Mames\Wolf145 and have the roms setup appropriately:
1. I'd press Windows+R on the keyboard to open the Run dialog, type "CMD" for the Program to run, assuming it hasn't remembered it from last time, then press the Enter key to launch the Command window.
2. I'd type "e:" and then press the Enter key to change to the e drive.
3. I'd type "cd Mames\Wolf145" and then press the Enter key to change to the e:\Mames\Wolf145 folder
4. Then I'd type "record <gamename> <inpname>"
eg: At the moment I'm using the following several times an evening: "record elevator elevator"
Once the recording has finished, and assuming I made a better score, I'll do a test playback using "playback elevator elevator". Assuming that was ok, then I'll zip the files and then on the command prompt window I'll use the UpArrow or DownArrow keys to quickly get either the record or the playback command line back and press enter. Only once I'm finished for the evening will I close the command prompt window as repeatedly recording and playing back the same game is so much quicker and easier using UpArrow or DownArrow keys to get back to the prior record or playback command.
Once you're happy with this, let me know and I'll also tell you how you can get the mame application in e:\Mames\Wolf108 or e:\Mames\Wolf145 etc to find the roms in a common directory, assuming those roms haven't changed between versions of Mame, so you don't have to keep duplicating your rom files for each release of Mame. Again, this can be handled quite elegantly but we'll cover that in
The Education of Kernzy Part III so that you're not feeling too overloaded in one go.
