Commands & Syntax > Commands > File Mainpulation >

www.perfectkeyboard.com

 

PRINT - < file_print >() ... [Pro]

 

File PRINT
<file_print>(File)
Available in: Professional edition

Prints specified file on a default printer.
Note: There must be a "Print" command associated with the document type in Windows.

 

#

Parameter name

Parameter description

1

File

Full path to the file to be printed.

 

Example (Macro Steps):

 

1

<#> <#> This macro prints a file

2

Macro execution: ONLY COMMANDS

3

File PRINT "c:\MyDocuments\table.xlsx"

Example (Plain Text):

 

<#> This macro prints a file

<#>

<cmds>

<file_print>(c:\MyDocuments\table.xlsx)