Send print trough text file

sloors
sloors Member Posts: 20
Hi, i need to print troght text file that contain some parameters for my printer.
Is there a method for to do ?


Thanks in advance.

Comments

  • garak
    garak Member Posts: 3,263
    Oh wait, there was a solution ........ scan my old brain .....

    I think it was so:

    Create a file with the Nav variable File. There you set also all parameters into (for example if you use a barcode printer that has his own parameters).

    Then if the file is finished send it to the lpt1 (if the printer is on lpt1)

    like with DOS command
    copy FilenameWithParameters.ext lpt1:
    

    and now he print your file

    Test it.
    Do you make it right, it works too!