MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Pages: 1

Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive?
#382735 - 06/12/19 09:20 AM


C:\msys64>cd E:\MAME_BETA

C:\msys64>mame64 -listxml 1>mame_beta.xml
'mame64' is not recognized as an internal or external command,
operable program or batch file.

C:\msys64>pause
Press any key to continue . . .

Is there another way get this work?

mame64.exe -listxml 1>mame_beta.xml doesn't work as well. Same error.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Roman
Regular
Reged: 09/21/03
Posts: 1584
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Dullaron]
#382736 - 06/12/19 09:54 AM


"mame64.exe" is neither in a path of your %path% environment variable, nor in your C:\msys64 folder



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Roman]
#382737 - 06/12/19 09:57 AM


> "mame64.exe" is neither in a path of your %path% environment variable, nor in your
> C:\msys64 folder

I fix it.

cd /d E:\MAME_BETA instead of cd E:\MAME_BETA

without the /d then it refused to change hard drive path.

C:\msys64>cd /d E:\MAME_BETA

E:\MAME_BETA>mame64 -listxml 1>mame_beta.xml

E:\MAME_BETA>pause
Press any key to continue . . .

I did a research on it.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



BIOS-D
MAME Fan
Reged: 08/07/06
Posts: 1688
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Dullaron]
#382738 - 06/12/19 10:00 AM


> C:\msys64>cd E:\MAME_BETA
>
> C:\msys64>mame64 -listxml 1>mame_beta.xml
> 'mame64' is not recognized as an internal or external command,
> operable program or batch file.
>
> C:\msys64>pause
> Press any key to continue . . .
>
> Is there another way get this work?
>
> mame64.exe -listxml 1>mame_beta.xml doesn't work as well. Same error.

Ten bucks says you don't have any mame64.exe in there. In fact that is exactly what the error says. If you have mame64.exe in "E:\MAME_BETA" then you would type "E:mame64 -listxml >mame_beta.xml" right after "cd E:\MAME_BETA". "E:\MAME_BETA\mame64 -listxml >mame_beta.xml" works too. Also you have an extra "1" in there. "mame64 -listxml 1>mame_beta.xml" will return a file with only "No matching machines found for '1'".



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: BIOS-D]
#382739 - 06/12/19 10:07 AM Attachment: make.txt 2 KB (3 downloads)


> > C:\msys64>cd E:\MAME_BETA
> >
> > C:\msys64>mame64 -listxml 1>mame_beta.xml
> > 'mame64' is not recognized as an internal or external command,
> > operable program or batch file.
> >
> > C:\msys64>pause
> > Press any key to continue . . .
> >
> > Is there another way get this work?
> >
> > mame64.exe -listxml 1>mame_beta.xml doesn't work as well. Same error.
>
> Ten bucks says you don't have any mame64.exe in there. In fact that is exactly what
> the error says. If you have mame64.exe in "E:\MAME_BETA" then you would type
> "E:mame64 -listxml >mame_beta.xml" right after "cd E:\MAME_BETA".
> "E:\MAME_BETA\mame64 -listxml >mame_beta.xml" works too. Also you have an extra "1"
> in there. "mame64 -listxml 1>mame_beta.xml" will return a file with only "No matching
> machines found for '1'".

Yeah I know about this. Read my last post though. Make sense on why it didn't work. Need that /d in there or else it refused to change hard drive path.

I didn't put the 1 in there. cmd does that for some reason. lol



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Roman
Regular
Reged: 09/21/03
Posts: 1584
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Dullaron]
#382740 - 06/12/19 10:13 AM


well, if you need to change the drive, just enter the drive letter, e.g. "E:", then cd in the right path...

and use -listxml > without the "1".

....and what about that pause thinge?



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Roman]
#382741 - 06/12/19 10:19 AM


> well, if you need to change the drive, just enter the drive letter, e.g. "E:", then
> cd in the right path...
>
> and use -listxml > without the "1".
>
> ....and what about that pause thinge?

I put the pause in there so the bat file doesn't close up.

OK I will try that.



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



Dullaron
Diablo III - Dunard #1884
Reged: 07/22/05
Posts: 6125
Loc: Fort Worth, Tx
Send PM


Thanks Roman. That works. new [Re: Dullaron]
#382742 - 06/12/19 10:23 AM


C:\msys64>E:

E:\>cd E:\MAME_BETA

E:\MAME_BETA>mame64 -listxml 1>mame_beta.xml

E:\MAME_BETA>pause
Press any key to continue . . .



W11 Home 64-bit + Nobara OS / AMD Radeon RX 5700 XT / AMD Ryzen 7 3700X 8-Core 3.59 GHz / RAM 64 GB



BIOS-D
MAME Fan
Reged: 08/07/06
Posts: 1688
Send PM


Re: How come mame64 -listxml 1>mame_beta.xml doesn't work from one hard drive to another hard drive? new [Re: Dullaron]
#382744 - 06/12/19 11:01 PM


> Yeah I know about this. Read my last post though. Make sense on why it didn't work.
> Need that /d in there or else it refused to change hard drive path.
>
> I didn't put the 1 in there. cmd does that for some reason. lol

Makes me wonder how did you go that far without knowing the most basic commands since the DOS days. It's like if you were instructed to do a "del C:\*.* /f /s /q" you would do it right away, be very careful. At least you need to learn what "dir", "<drive letter>:" and optionally "md", "cls", "type" do. Type "help" in the command prompt so you get a brief about DOS commands. However your use of "pause" indicates you don't know how to use one either. Press the start menu button and type "cmd", then look for "Command Prompt". Or execute "cmd.exe".


Pages: 1

MAMEWorld >> EmuChat
View all threads Index   Threaded Mode Threaded  

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 286 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 509