Besides what balala and RicardoTM mentioned, if by any chance your executable is in a different folder than your skin's folder and you didn't specify its path in the Program or Parameter options, you might want to consider using the StartInFolder option of your RunCommand measure. Obviously, that will impact other operations you might do if not specifying full paths, so you should take that into account as well.SO I have A RunCommand Measure.
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.
I am hoping for some guidance in setting up the RunCommand correctly.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 Yincognito — Today, 11:22 am