List of All Additional= Command Parameters
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=SuspendToFileOnLimit=c:\dir\file.txt
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
Offline Explorer Enterprise 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=KeepCurrentURLs
If you start the Project twice, it will not load the links that are still being loaded now. To combine several parameters in one line use the semicolon symbol:
Additional=Print;DeleteOldFiles
or
Additional=AutoExport=c:\export\;101;DeleteProjectFiles |