home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / binaries / ibm / pc / wanted / 8009 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  29 lines

  1. Newsgroups: comp.binaries.ibm.pc.wanted
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!spool.mu.edu!agate!rsoft!mindlink!a7657
  3. From: a7657@mindlink.bc.ca (Stephen H. Kawamoto)
  4. Subject: Re: PRINT for binary files
  5. Organization: MIND LINK! - British Columbia, Canada
  6. Date: Mon, 21 Dec 1992 19:49:59 GMT
  7. Message-ID: <18775@mindlink.bc.ca>
  8. Sender: news@deep.rsoft.bc.ca (Usenet)
  9. Lines: 18
  10.  
  11. if these are binary files as in programs your only resort is to use
  12. LIST i.e. LIST binary_filename.ext /W /H. And then mark the top and bottom of
  13. the resulting hex and ALT-D a filename to save the resulting hex/ascii.
  14. then you can print that. the alternative is to find HEXDUMP and use two of
  15. the commandline options to show the hex output (or the binary) without the
  16. ASCII decoding.
  17.  
  18. though if you're trying to dump binary graphic information files, a graphics
  19. program that can read such information and print it would be a better
  20. alternative.
  21.  
  22. --
  23. Stephen Kawamoto <a7657@mindlink.bc.ca>
  24.     "It is the very mind itself
  25.      That leads the mind astray;
  26.      Of the mind,
  27.      Do not be mindless."
  28.      (an old Japanese folk song)
  29.