WindowsEnabler internal

WindowsEnabler uses Windows API's to execute programs and work with documents. The obvious advantage of this method is that WindowsEnabler can work with all programs and document types that can be handled through these API's. These same programs and document types are properly recognized in the Windows explorer.

This method also has some disadvantages:

If you would like to achieve such effects in an interactive environment, you will have to write Windows programs that give you this control and/or send messages to the host. You can then use host to start these programs.

If you want to have this type of control in a batch environment there is another product called ITP/Document Services. ITP/Document Services allows you to write scripts that perform several operations on a single document. In these scripts, you have facilities for elaborate logging and error handling. ITP/Document Services is the natural upgrade from WindowsEnabler for use in batch environments.