Navigation:  How do I ...? > Printing >

How do I print several documents unattended?

Print this Topic Previous pageReturn to chapter overviewNext page

Use the Macro command on the File menu to create a macro for printing a series of files unattended. After creating and saving the macro, select the Run button from the Macro dialog box to process the commands. For example, the following macro commands will cause DPlot to open, print, then close all DPlot files in the directory C:\MYDATA:

Directory("C:\MYDATA")

FileType(1)

ForFilesIn("*.GRF")

FilePrint()

FileClose()

NextFile

NOTE: DPlot uses the default printer settings (set with Control Panel) to run macro commands. Changes made to the printer settings within DPlot will have no effect on the printer settings used by macros.

 


Page url: https://www.dplot.com/help/index.htm?how_macroprint.htm