Applies To:
  • CitectSCADA 1.00, 1.01, 1.10, 1.11, 1.20, 2.00, 2.01

Summary:
Question: How can I copy a file to the printer? I tried FileCopy(file, "LPT1:", 2), but it did not work. 

Solution:
To copy a file to the printer using the FileCopy() function specify the file name as LPT1.DOS. For example:

FileCopy(sFileName, "LPT1.DOS", 2);

See also Q1078


Keywords:
 

Attachments