HP d640 HP D640 High-Volume Printer - Enhanced Features Manual, C5620-90027 - Page 56

Using a disk file in a PCL job

Page 56 highlights

Note Initialize This command initializes a floppy diskette for use with the D640. Diskettes must already be formatted on the PC in IBM-PC compatible format. @PJL FSINIT VOLUME = "volume name" If a password has been set, it must have been given prior to issuing this command. Make directory on disk This command creates a new directory on the floppy diskette. @PJL FSMKDIR NAME="pathname" where is a fully-qualified pathname. For example: @PJL FSMKDIR NAME= "C:\PCL5\USER\ACME" l Only one subdirectory can be created at a time, starting at the highest level in the tree. l Creating a directory doesn't make it your "current working directory". Other commands to read/write to hard disk include: FSDOWNLOAD and FSDELETE. For more information on these commands, see "Store a PCL print file on the internal hard disk" and "Delete a file from disk" in the D640 Technical Reference Guide. Using a disk file in a PCL job The Alphanumeric ID command reads a file stored on the hard disk or floppy disk. With this command, the D640 reads the file into memory and treats this information as if it was part of the original print job. The result is similar to an "include" statement in a high-level programming language. The D640 does not do any special processing of the file, see "Recommended Contents of Binary Data" in the D640 Technical Reference Guide. 52 Chapter 3: Technical Reference

  • 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

52
Chapter 3: Technical Reference
Initialize
This command initializes a floppy diskette for use with the D640.
Diskettes must already be formatted on the PC in IBM-PC compatible
format.
@PJL FSINIT VOLUME = "volume name" <LF>
If a password has been set, it must have been given prior to issuing
this command.
Make directory on disk
This command creates a new directory on the floppy diskette.
@PJL FSMKDIR NAME="pathname"<LF>
where
<pathname>
is a fully-qualified pathname.
For example:
@PJL FSMKDIR NAME= "C:\PCL5\USER\ACME" <LF>
Only one subdirectory can be created at a time, starting at the
highest level in the tree.
Creating a directory doesn’t make it your “current working
directory”.
Note
Other commands to read/write to hard disk include:
FSDOWNLOAD
and
FSDELETE
. For more information on these commands, see “Store a PCL
print file on the internal hard disk” and “Delete a file from disk” in the
D640 Technical Reference Guide
.
Using a disk file in a PCL job
The Alphanumeric ID command reads a file stored on the hard disk or
floppy disk. With this command, the D640 reads the file into memory
and treats this information as if it was part of the original print job. The
result is similar to an “include” statement in a high-level programming
language.
The D640 does not do any special processing of the file, see
“Recommended Contents of Binary Data” in the
D640 Technical
Reference Guide
.