Here is my batch file command:
set rar_path=C:\Program Files\WinRAR
"%rar_path%\rar" a -sfx "MyArchive" Folder1 Folder2 File1.exe File2.exe
How do I set the sfx creation options? Specifically I want the self-executable to auto-run a file after it is finished extraction it to a set location.
Found it:
And here is the CONFIG file: