How to apply an automatically saved profile?
example.
I have an ETH.xml profile file
How do I run AMDMemoryTweak so that it applies this profile at startup?
I tried to run through the bat file.
like this
AMDMemoryTweak.exe --ETH.xml
does not work.
to be
AMDMemoryTweak.exe ETH.xml
does not work.
how to run correctly Huh
Tell me please.

Use a .bat file instead. Something like:
WinAMDTweak.exe --gpu 0 --CL 19 --RAS 28 --RCDRD 12 --RCDWR 5 --RC 44 --RP 12 --RRDS 3 --RRDL 3 --RTP 4 --FAW 18 --CWL 6 --WTRS 4 --WTRL 9 --WR 15 --WRRD 1 --RDWR 18 --REF 17000 --RFC 248
WinAMDTweak.exe --gpu 1 --ref 60
TIMEOUT /T 1
WinAMDTweak.exe --gpu 2 --CL 19 --RAS 28 --RCDRD 12 --RCDWR 5 --RC 44 --RP 12 --RRDS 3 --RRDL 3 --RTP 4 --FAW 18 --CWL 6 --WTRS 4 --WTRL 9 --WR 15 --WRRD 1 --RDWR 18 --REF 17000 --RFC 248
TIMEOUT /T 1
WinAMDTweak.exe --gpu 3 --ref 60
TIMEOUT /T 1
WinAMDTweak.exe --gpu 4 --ref 60
TIMEOUT /T 1
WinAMDTweak.exe --gpu 5 --CL 19 --RAS 28 --RCDRD 12 --RCDWR 5 --RC 44 --RP 12 --RRDS 3 --RRDL 3 --RTP 4 --FAW 18 --CWL 6 --WTRS 4 --WTRL 9 --WR 15 --WRRD 1 --RDWR 18 --REF 17000 --RFC 248