Printers & Supplies
Solutions & Services
Customer Support
Partners
Click on the following topics for more information:
Adding Control-D characters to utility files
Copy the script to your hard disk.
To remove all Control-D characters from a file, type the following command:
delctrld filename1.ps filename2.ps
where filename1.ps is the utility file you want to remove Control-D characters from, and filename2.ps is the revised file with a new name. (Both filename1.ps and filename2.ps can have the same name, but the original file will be overwritten by the revision.)
Send the utility file to the printer as you would any PostScript file.
To add Control-D characters to the beginning and end of a file, type the following command:
addctrld filename1.ps filename2.ps
where filename1.ps is the utility file you want to add Control-D characters to, and filename2.ps is the revised file with a new name. (Both filename1.ps and filename2.ps can have the same name, but the original file will be overwritten by the revision.)