home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d9xx
/
d957
/
parex.lha
/
PARex
/
PARexScripts
/
HEXDump.prx
< prev
next >
Wrap
AmigaDOS Script File
|
1994-01-16
|
624b
|
18 lines
.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>