To facilitate automated processing, HTML Guard can be directed from the command line. The following syntax can then be used to invoke the executable file:
HTMLGuard.exe "<path>\project.hgp" [/auto] [/noclose] |
The name of the exe file is followed by the path to an HTML Guard project file. The parameter /auto indicates that processing of the input files should take place immediately without any user input. When you add /noclose, HTML Guard is not immediately closed after the pages have been automatically processed.
For example, to process a project file named "TestProject.hgp" in the "C:\Output\" folder, enter the following at the command prompt (which can be accessed via "Start > Programs"):
"C:\Program Files\HTML Guard\HTMLGuard.exe" "C:\Output\TestProject.hgp" /auto |