APPENDIX B - FLASH/PCMCIA CARD COMMANDS - 18 
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/2700CN printer as follows; 
Slot 1:   (%disk0%) 
Slot 2:              (%disk1%) 
Internal HDD:   (%disk2%)