PPSR
|
Built-in Commands
|
Exec
| Print
Exec.Print
Description
Print a file using its associated program, such as Notepad for text files.
Syntax
Exec.Print(
fpath
)
Parameters
fpath
(string) full path to the target file
Examples
Exec.Print(?"c:\web\out.txt")