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,694 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,679 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,650 Views)