Applies To: |
|
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: |
Related Links
Attachments