To all,
Similar problem.... Calling mame from a batch works perfectly..
mame64.exe %1
What I would like to do is use %1 for other purposes.
So I am assuming that %1 is the whole path/filename/extension for the rom
Just calling echo %1 is not doing anything. (trying to show what the whole variable is)
I would like to set another variable (%2) to the whole path/filename (no extension ( .zip) )
so i can use it to call .wavs/.avis etc
If %1 is not the whole file/path etc how can I add %ITEM_NAME% to the bat also?
Apologies if this is slightly off topic for this thread, thanks in advance.