home *** CD-ROM | disk | FTP | other *** search
- >>HEXDUMP<< V2.00 By Jeff Duntemann
- From the book, COMPLETE TURBO PASCAL 5.0
- Scott, Foresman & Co. 1988
- ISBN 0-673-38355-5
-
- This program displays a hex dump of the file specified
- on the command line.
-
- CALLING SYNTAX:
-
- HEXDUMP <filename> [P[RINT]]
-
- where <filename> names an existing file to be dumped;
- and [P[RINT]] is an optional parameter specifying that
- output is to be sent to the system printer.
-
- EXAMPLES:
-
- HEXDUMP FOO.COM
- HEXDUMP BAR.EXE P
- HEXDUMP BAS.BIN PRINT
-
-