Sorry - it's the UniData command to run the following statement at the OS level.
Colin Alfke Calgary, Canada -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Eric Armstrong Colin, What's the bang sign for? We would use EXECUTE "DOS /C COPY etc." Eric Armstrong Lobel Financial -----Original Message----- From: Colin Alfke David; It looks like you're missing the point of the macro - simply load it into the printer once and print multiple times. Your converter may allow you to load it to the printer, otherwise you actually copy it to the printer (not print it). Under Windows we simply: EXECUTE "!COPY /B \UD\LOGOS\LOGO.MAC \\UNCPathToPrinter" Sorry, not sure of the Linux syntax. It only needs to be done when the printer is powered off an loses the macro so you can do it from a screen etc. Although we have one very distributed site that preferred we send the macro before the print job to make sure it was there. In your code you simply do a: PRINT CHAR(27):'&f':LOGONUM:'y2X' to print the logo. This simply specifies and executes the macro. hth Colin Alfke ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
