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.
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.
Statistics: Posted by CodeCode — Today, 12:56 am