| **Navigation:**  [[templates.htm|Templates]] > [[tlrcontents.htm|Template Language Reference]] > Complete Alpha Listing >====== #PRINT (print a source file) {{c6h0068.jpg|C6H0068.jpg}} ====== | [[ prepare setup prompt symbols .htm|{{btn_prev_n.gif|Previous page}}]][[tlrcontents.htm|{{btn_home_n.gif|Return to chapter overview}}]][[ priority set new embed priority level .htm|{{btn_next_n.gif|Next page}}]] | | || **#PRINT(** //file, title// **)** {{blk2blue.jpg|blk2blue.jpg}} | **#PRINT** | Prints a //file// to the current Windows printer. | | //file// | A string constant, template symbol, or expression containing a DOS file specification. This may be a fully qualified DOS pathname. | | //title// | A string constant, template symbol, or expression containing the title to generate for the //file//. | The **#PRINT **statement prints the contents of the //file// to the Windows default printer. **Example:** **#FOR(%Module)** **  #SET(%ModuleFile,(%Module & '.CLW'))           #!Set to existing module file** ** ****#PRINT****(%ModuleFile,'Printout ' & %ModuleFile)** **#ENDFOR**