With the command line parameter -re all files of a project can be automatically imported and updated.
You can select the publish options:
•-pf cd - Publish for CD (creates folder \project name\Publish CD)
•-pf exe - Publish as EXE (creates folder \project name\Publish EXE)
•-pf usb - Publish for USB (creates folder \project name\Publish USB)
•-pf hdd - Publish for Harddisk (creates folder \project name\Publish HDD)
Multiple output options can be combined: -pf exe+cd+usb+hdd
This allows implementing a batch process in case the content has changed.
This parameter -re requires additionally the parameter -f with the name of the project file, which should be updated.
"C:\Program Files\All-In-One Protector Premium\5.0\aiogenerator.exe" -re -pf cd -f "C:\myfiles\pdf-info.mme"
"C:\Program Files\All-In-One Protector Premium\5.0\aiogenerator.exe" -re -pf exe+cd -f "C:\myfiles\pdf-info.mme"
•Always use " if you specify a path to cover spaces in the path or filename
•If only the parameter -re is used, the files are updated on the folder \project name\Work