From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

printing .prn files

Hi,

ı would like to print labels which are including different serial numbers. I generate these serial numbers at LabWindows. I create a .prn file to save my pattern. Now i want to print this .prn file. How can be this made?

I would be glad from your helps. 

0 Kudos
Message 1 of 3
(4,715 Views)

I suppose this page can be of help: embed the commands listed there into a System () or LaunchExecutable () instruction



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(4,700 Views)

thank you, Roberto.

 

I use this command

system("cmd.exe /c copy /A C:\\FILE.prn /B \\Computer_name\\Shared_printer");

 

0 Kudos
Message 3 of 3
(4,671 Views)