10/10/03

5.USE CARD COMMANDS FROM POSTSCRIPT

The PostScript emulation recognizes the storage device as a hard disk (except a Flash memory card) and the PostScript file operation allows you to read/write data on these devices.

(i.e.)

Create the file named “test” and write the data, “This is a data string” onto the device which is inserted into Slot 1.

/fl (%disk0%test)(w)file def

fl (This is a data string) write fl closefile

For PostScript, the following command should be used to specify the hard disk which is to be used;

(%disk#%)

** # = number

The above number corresponds to the slots of the HL-1660e/2060/2400C/2400Ce/3400CN/2460/2460N/ 7050/2600CN/3450CN printer as follows;

Slot 1:

(%disk0%)

Slot 2:

(%disk1%)

Internal HDD: (%disk2%)

APPENDIX B - FLASH/PCMCIA CARD COMMANDS - 18

Page 401
Image 401
Homelite HL-1250, HL-P2500, HL-1660E, HL-2400CE, HL-1450, 2060 USE Card Commands from Postscript, Disk#%, Internal HDD %disk2%