Just converting an old batch I have for Partition magic 8 which uses an Autoit script but I would like to convert this to Runonceex but having a little difficulty changing, this is my original cmd I was using:
start /wait %systemdrive%\INSTALL\APPLICATIONS\pm800\Setup\pm8pre.exe setup.exe
start /wait %systemdrive%\INSTALL\APPLICATIONS\pm800\Setup\setup.exe /s
& here is the runonceex cmd I changed to have tried a few variations & read the guide can't quite get there?
REG ADD %KEY%\120 /VE /D "Partition Magic 8" /f
REG ADD %KEY%\120 /V 1 /D "\"%systemdrive%\install\pm800\Setup\pm8pre.exe setup.exe\" /s" /f
on one line of course.