Jaf
Posts: 70
Joined: 2/1/2006 Status: offline
|
AscToHTM can be invoked from the command line, passing the name of files to be convered and any policy file you want to use, but this isn't ideal since it's a windows application and will tend to open a new window. For this reason you we also supply a console version of AscToHTM, a2hcons. Download instructions for that were included with your original email download instructions (contact us via email if you need fresh instructions). Using a2hcons, you can issue a command such as
c:> a2hcons "c:\my files\*.txt" mypolicy_file.pol
Where the filespec of the files to be converted and the name of any policy file are listed on the command line. The policy file must have a .pol extension. you can use the command
c:> a2hcons /?
to get a list of command qualifiers, but the console version is also described in the documentation. Be aware that the /POLICY attribute is for generating an output policy file to document the optons that have been used, and not to specify the *input* policy file name. As stated above, that's simply the name of a file with a .pol extension. (this option has confused so many people now, it will be renamed or removed in future versions). Using the console version it's possible to create a command that can be placed in a batch file and scheduled as you suggest. If they ever give you your big red shirt, feel free to tell us about it in the testimonials section
|