Jump to content

All my products and services are free. All my costs are met by donations I receive from my users. If you enjoy using any of my products, please donate to support me. My bare hosting costs are currently not met so please consider becoming a contibuting member by either clicking this text or the Patreon link on the right.

Patreon

If neither of those of work for you, you can donate any amount by clicking here.

[RESOLVED] Cant get Romlister Batchfile to copy mame games.


Recommended Posts

Posted

So, I've set up a list of roms I want to copy to another folder, but when I run my batch file it either doesn't see the files or comes up with an error. All my roms are in .7z format, the command I'm using is "copy %ROM%.7z D:\mame keep" and I have the batch file in the same folder as the roms.

Its coming up with the error "D:\GameEx\Emulators\Mameui64\Roms>copy romname.7z D:\mame keep The syntax of the command is incorrect."

Thanks.

Edit: Windows 7 Prof 64bit is my OS

Posted

DOS doesn't like spaces in paths.

Try renaming Mame Keep to Mame_Keep.

Or play with the Quotes such as "copy %ROM%.7z" "D:\mame keep" or maybe even ""copy %ROM%.7z" "D:\mame keep"".

If you can't get it working, post one line from the .bat file so we can see what it looks like.

  • Like 1
Posted (edited)

That's great news! Happy Gaming. :)

Edited by nullPointer
This topic has been marked as RESOLVED and is now closed. Please begin a new thread if you are experiencing any similar issues.
Guest
This topic is now closed to further replies.
×
×
  • Create New...