home *** CD-ROM | disk | FTP | other *** search
- .KEY FROMFILE/A,PAREXARGS/F
-
- ; PARex v3.xx program script: "HEXDump"
- ; ~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
- ; Update: 13-Nov-93
-
- ; $VER: HEXDump 39.000 (13.11.93) Hexadecimal dump of file.
-
- ; NOTE: if you want to dump to the current shell then call this script in the
- ; following way: ' HEXDump SILENT TO * '. If you want to specify a
- ; hexdump format, then the formatstr must be the first after the source name.
- ; E.g. ' HexDump ram:source "%P8: %B8 %A\d164" TO * SILENT '
-
- ; If no TO file is given then the destination file is called "FROMFILE.prx".
-
- PAREX <FROMFILE> TRACE LOAD HEXDUMP <PAREXARGS>
-
-