Purpose
Print a document (e.g. a Word or Excel file) using the default print settings
Solution
Use a JavaScript or VB call which invokes the "Shell.Application" object.

Example
The following JavaScript function prints a file specified by folder name and file name.
   JavaScript

    
You call the JavaScript function from your InputScript with e.g.
  GuiXT
  CallJS print "F:\temp"  "test.docx"

Components
InputAssistant + Controls