|
Print Action |
Declaration |
<AMPRINT FILE="text"> |
See Also |
Prints the document specified using the default printer. The document specified must have an application associated with it that can perform printing externally such as Notepad for .txt files, or a word processor for .DOC files.
The Print action is used to instruct an application to print a document. It is similar to right clicking on a file in explorer and selecting print. The application must support printing in this manner.
Specifies the document that should be printed. AutoMate will look up the application that is associated with the specified file and request that it prints the document. The application must support printing in this manner.
Standard Error Handling Options
This action also includes the standard "Error Causes" and "On
Error" failure handling options/tabs
More on Error Handling Options
Variables and Expressions
All text fields allow the use of expressions by surrounding the expression
in percentage signs (example: %MYVARIABLE%, %Left('Text',2)%). To help
construct these expressions, a popup expression builder is available in
all these fields by pressing F2.
More on variables...
More on expressions...
More on the expression builder...
<AMPRINT FILE="C:\foldername\readme.txt">