7-27. Printer control commands7-3 Writing print dataPerform the following procedure when you want to print data to a Memory Card, Hard Disk or RAM disk from your computer.* Print data commands can be entered from the operation panel on the copier itself. Refer to “2. Printer settings” on page 2-1 for informationon the appropriate procedure.* Verify beforehand that the Memory Card is in a write-enabled state and that the RAM Disk is turned ON.Procedure1 Open an MS-DOS Prompt in Windows.2 Type in the command to write data and then press the ENTER key.[Example] To write the print data entitled “SAMPLE.txt” to a Memory Card* If you want to write the data to the Hard Disk or the RAM disk, simply change the “A” parameter to “0”.C:\WINDOWS>ECHO !R! RWER W,A,2,“SAMPLE.txt”;>LPT1_3 Send the print data from your computer.C:\WINDOWS>COPY /b SAMPLE.txt LPT14 Once the print data is sent, the next command can be sent.C:\WINDOWS>ECHO !R! WRED; EXIT;>LPT1_5 Print out the Partition List to verify whether or not the data was written properly.* Refer to “7-7 Printing out the Partition List” for information on printing that list.* Partition List print out can be accomplished from the operation panel on the printer itself. Refer to “2. Printer Settings” on page 2-1 forinformation on the appropriate procedure.7-4 Writing font dataPerform the following procedure when you want to write font data to a Memory Card, the Hard Disk or the RAM disk from your computer. Atthe same time as the font data is written to disk, it will be sent to the printer as well.* Verify beforehand that the Memory Card is in a write-enabled state and that the RAM Disk is turned ON.* Only TrueType fonts can be written to the Memory Card, the Hard Disk or the RAM disk.Procedure1 Open an MS-DOS Prompt in Windows.2 Type in the command to write data and then press the ENTER key.[Example] To write the font data entitled “FONT1” to a Memory CardC:\WINDOWS>ECHO !R! RWER S,A,0,”FONT1”,”FONT”,45040;>LPT112 3 4 5NOTESThe parameters contained within the command line are as follows:1: “A” refers to the Memory Card, and “0” refers to the Hard Disk or RAM disk.2: “0” refers to a TrueType font, “1” refers to a Japanese TrueType font, “2” refers to a Japanese TrueType Collection font3: File name4: Font name5: Font data length (binary data bytes)3 Send the font data from your computer.C:\WINDOWS>COPY /b FONT1 LPT1_4 Once the font data is sent, the next command can be sent.C:\WINDOWS>ECHO !R! WRED; EXIT;>LPT1_5 Print out the Partition List to verify whether or not the data was written properly.* Refer to “7-7 Printing out the Partition List” for information on printing that list.* Partition List print out can be accomplished from the operation panel on the printer itself. Refer to “2. Printer Settings” on page 2-1 forinformation on the appropriate procedure.