Paxar Gold 6037EX Printer User Manual


 
5-20 Utility Descriptions
DUMP
DUMP is a utility that dumps out the contents of memory or the contents
of a file.
Syntax
dump filename [offset] [length]
dump /address [length]
Remarks
filename
The name of the file to dump.
offset
The offset into the file in hexadecimal to start dumping from.
length
The length of bytes to dump (in hexadecimal).
address
The hexadecimal address in memory to start dumping from.
Examples
Dump myfile.txt 0 20
This will dump the first 20 hex bytes of MYFILE.TXT