You may place the Additional= command on a separate line after all URLs in the Addresses field of the Project Properties dialog. They help you to perform various automatic operations on downloaded Web site once the download completes:
Additional=DeleteOldFiles
Remove files that are no longer on the server from the local copy.
Additional=CountCRC
Make better modification checks by counting CRCs of downloaded files.
Additional=Print
Print downloaded site automatically once the download completes.
Additional=CollectEMails=c:\dir\file.txt
Find all E-mails in downloaded pages and save them all to the specified text file. More details here.
Additional=AutoExport=...
Perform an automatic Export when download completes. Click here for more details.
Additional=DeleteProjectFiles
Remove all downloaded files. It is good when combining with the AutoExport parameter, for example.
Additional=DeleteFilesBeforeDownload
Remove all downloaded Project files when the download starts, so it always saves files to an empty download directory.
Additional=DeleteProjectSettings
Remove the Project when download completes.
Additional=SuspendToFileOnLimit=c:\dir\file.wdq
Suspend the Project download to a file if it should be stopped due a limit in the Project Properties | Advanced section.
Additional=FinalizeAllFilesOnStop
Finish loading and save even incomplete files when stopping a Project or when Project should be stopped automatically because of Limits.
Additional=DisableScripts
Disable extracting links from Java and VB scripts.
Additional=DisableJava
Disable extracting links from Java applets (.class files).
Additional=KeepPrimary
Portable Offline Browser will always create a copy of every HTML file, adding ".primary" extension to them. These .primary files are original HTML files with untranslated links, as they reside on a Web server. Normal HTML files have all links translated for offline browsing.
Additional=ReuseFTP
Use the same FTP connection to download different files (may not work on some FTP servers).
Additional=ConvertPOSTToFileName
Adds POST request contents to the saved file name after the @ symbol. This helps to avoid overwriting files with different contents when you allow processing HTML forms or use URL Macros in POST requests.
Additional=SkipIFrames
Do not process IFRAME tags, which usually contains advertisements.
Additional=DepthFirst
Adds new URLs to the top of the downloading queue, so images get loaded first, etc.
Additional=NoMovedDuplicates
Stop processing 302 Moved HTTP command if the same URL was already downloaded.
Additional=AbsoluteURLs
Another method of Links Translation - converts all links to absolute online URLs.
Additional=AddOriginalURL
Add a comment to each downloaded Web page with the original page URL.
Additional=NoMap
Skip adding downloaded files to the Project Map.
Additional=DoNotParseFiles
Only load files, do not get links to follow.
Additional=DoNotParseExistingFiles
Skip getting links from previously downloaded files.
Additional=ParseIncludedScripts
This command includes external .js files in Web pages which link them. Then all scripts will be evaluated altogether to get even more links in some very heavily-scripted sites. It is also necessary to allow script calculations in the Project Properties dialog - Advanced section.
This feature is not enabled by default because it slows down processing downloaded files.
Additional=SkipDisposition
Some servers may report an alternative filename that is different from URL. For example, URL http://www.srv.com/img.asp?id=17 may be reported as flower.jpg. In this case Portable Offline Browser creates both files - img.asp@id=17 and flower.jpg. The first file will only contain small redirection code to the second file. This command blocks such behavior and alternative filenames are ignored. This is useful when different URLs with different contents report the same filename.
Additional=MoveOldFiles=c:\dir\
Do not overwrite files that have changed since the last download, but move them to the specified folder. However it is easier to use the File Copies feature in the Project Properties dialog to save old copies of modified files.
Additional=KeepCurrentURLs
If you start the Project twice, it will not load the links that are still being loaded now.
Additional=KeepAMP
Preserve & symbols in links.
Additional=ConvertWebArchive
Recreate original site from web.archive.org copy. Restores the folders structure.
To combine several parameters in one line use the semicolon symbol:
Additional=Print;DeleteOldFiles
or
Additional=AutoExport=c:\export\;101;DeleteProjectFiles
You may shorten Additional= to just Add=:
Add=AutoExport=c:\export\;101;DeleteProjectFiles