SO I have A RunCommand Measure.
These option values are said to work on the CMD, but it isnt going right.I am hoping for some guidance in setting up the RunCommand correctly.
In short, I click a button, the .uae file loads the config for WinUAE.
Thanks. Image may be NSFW.
Clik here to view.
These option values are said to work on the CMD, but it isnt going right.
Code:
WinUAE SpecificParameterDescription-config=configfile.uaeLoad the given configuration file during startup.-statefile=statefile.ussLoad a saved system state file.-f configfile.uaeSimilar to -config, but without the equals sign: will load a configuration file.
Code:
command line:winuae.exe -f "path/to/config_to_load.uae"This will load the config automatically and display the WinUAE GUI.To load the config automatically and start emulation without displaying the WinUAE GUI:winuae.exe -f "path/to/config_to_load.uae" -s use_gui=no
In short, I click a button, the .uae file loads the config for WinUAE.
Thanks. Image may be NSFW.
Clik here to view.

Statistics: Posted by CodeCode — February 20th, 2024, 12:56 am — Replies 9 — Views 140