Kyocera KM-2030 Print System K Instruction Handbook (Functions) - Page 24

Rwer D, A,2,sample.txt, >lpt1

Page 24 highlights

3.Memory Card / RAM Disk 3-3 Printer control commands It is possible to issue simple commands to the Memory Card and RAM Disk from the MS-DOS Prompt in Windows. 3-3-1 Using printer control commands A printer control command line includes "!R!" (Command operation start), as well the actual commands and parameters that are to be implemented and that are entered after that. The basic configuration of a printer control command line is as follows: [Example] To delete the print data entitled "SAMPLE.txt" from the Memory Card ECHO !R! RWER D,A,2,"SAMPLE.txt"; EXIT;>LPT1 AB C D E F A: DOS command B: Command operation start C: Command ("RWER D" is the command to delete data) D: Parameters ("A" refers to the Memory Card, "2" refers to the type of data [in this case print data] and "SAMPLE.txt" is the name of the corresponding partition) E: Command operation end F: Printer connection port (Network: "PRN", Local: "LPT1", etc.) CAUTIONS • When issuing DOS commands in the Japanese input mode, ALWAYS use JIS ASCII (JIS C6220) characters. Kanji Code and Kanji HalfSpace Code input will not work. • Enter all commands in uppercase (capital) letters. • Be sure to enter a semi-colon (;) at the end of each standard command [shown as "C" in the example above] (or after the corresponding parameter, if included), and separate each individual parameter with a comma (,). • Be sure to enter a space before and after the "!R!" command, as well as before "EXIT;". 3-2

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86

3-2
3.Memory Card / RAM Disk
3-3
Printer control commands
It is possible to issue simple commands to the Memory Card and RAM Disk from the MS-DOS Prompt in Windows.
3-3-1
Using printer control commands
A printer control command line includes “!R!” (Command operation start), as well the actual commands and parameters that are to be
implemented and that are entered after that.
The basic configuration of a printer control command line is as follows:
[Example] To delete the print data entitled “SAMPLE.txt” from the Memory Card
ECHO
!R!
RWER D,
A,2,“SAMPLE.txt”;
EXIT;
>LPT1
A
B
C
D
E
F
A: DOS command
B: Command operation start
C: Command (“RWER D” is the command to delete data)
D: Parameters (“A” refers to the Memory Card, “2” refers to the type of data [in this case print data] and “SAMPLE.txt” is the name of the
corresponding partition)
E: Command operation end
F: Printer connection port (Network: “PRN”, Local: “LPT1”, etc.)
CAUTIONS
When issuing DOS commands in the Japanese input mode, ALWAYS use JIS ASCII (JIS C6220) characters. Kanji Code and Kanji Half-
Space Code input will not work.
Enter all commands in uppercase (capital) letters.
Be sure to enter a semi-colon (;) at the end of each standard command [shown as “C” in the example above] (or after the corresponding
parameter, if included), and separate each individual parameter with a comma (,).
Be sure to enter a space before and after the “!R!” command, as well as before “EXIT;”.