I am producing A4 size labels with the customer's name and address.
When using DOS, I created a file "prntfile.tmp" with a postscript
header, followed by the various labels in the required list.
To send it to the Postscript Laser Printer on the network, I used
the following:
SHELL "COPY PRNTFILE.TMP \\LAURA\EPSON"
I have rewritten the code using PBDLL, creating the Postscript file
in the same manner as in DOS but using the SHELL statement as above,
the programme produces an error.
What am I doing wrong?
Help would be appreciated.
Regards,
Brian.
------------------
When using DOS, I created a file "prntfile.tmp" with a postscript
header, followed by the various labels in the required list.
To send it to the Postscript Laser Printer on the network, I used
the following:
SHELL "COPY PRNTFILE.TMP \\LAURA\EPSON"
I have rewritten the code using PBDLL, creating the Postscript file
in the same manner as in DOS but using the SHELL statement as above,
the programme produces an error.
What am I doing wrong?
Help would be appreciated.
Regards,
Brian.
------------------
Comment