MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

Pages: 1

MetalGod
MAME Fan
Reged: 06/26/18
Posts: 117
Send PM


Doubt with command "-v"
#389852 - 02/07/21 02:14 PM


Hi

Is there any way to launch "mame64.exe -v" without launching mame? I just want the output that shows.

I haven't found anything in Mame documentation

Edited by MetalGod (02/07/21 02:52 PM)



RobbbertModerator
Sir
Reged: 08/21/04
Posts: 3200
Loc: A long way from you
Send PM


Re: Doubt with command "-v" new [Re: MetalGod]
#389855 - 02/07/21 03:21 PM


>



TafoidAdministrator
I keep on testing.. testing.. testing... into the future!
Reged: 04/19/06
Posts: 3135
Loc: USA
Send PM


Re: Doubt with command "-v" new [Re: Robbbert]
#389856 - 02/07/21 03:46 PM


> > Hi
> >
> > Is there any way to launch "mame64.exe -v" without launching mame? I just want the
> > output that shows.
> >
> > I haven't found anything in Mame documentation
>
> It's an illogical question.
>
> "mame64.exe" starts MAME
> "mame64.exe -v" additionally shows verbose output while starting MAME.


Are you wanting to start MAME just to get the -verbose info without a game or the UI showing on screen? Not a common use case but it can be done using binary tools from the compiling package located in msys64\usr\bin..

timeout 1 [c:\path\to\mame.exe] -v -str 3 -video none > outputtext.txt 2>&1

What this will do it launch MAME (assuming you are using a command window) and attempt to run it for 3 seconds. The -video none will not display the UI and shouldn't launch a window (non-SDL, Windows). In my local testing, the "timeout" command will run for one second, allowing -verbose test to populate the screen and resulting .txt file with your information, then stop MAME.



MetalGod
MAME Fan
Reged: 06/26/18
Posts: 117
Send PM


Re: Doubt with command "-v" new [Re: Tafoid]
#389860 - 02/07/21 05:28 PM


Bravo! that worked!
Thank you very much !!!


Pages: 1

MAMEWorld >> EmuChat
Previous thread Previous  View all threads Index   Next thread Next   Threaded Mode Threaded  

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