home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / bindump.zip / BinDump.txt < prev   
Text File  |  1997-11-10  |  804b  |  31 lines

  1.  
  2. BinDump 1.0
  3. ===========
  4. Freeware, Released on 1997-11-10
  5.  
  6. BinDump is a freeware, command-line, Java utility to output
  7. a file in binary form. To run, type the following command on
  8. the command-line:
  9.  
  10. java BinDump [file name] [starting byte] [bytes]
  11.  
  12. We suggest you to place this utility in your CLASSPATH so
  13. you can access it no matter which directory you are in.
  14.  
  15. For example, if your CLASSPATH variable is the following:
  16.  
  17. set CLASSPATH=.;c:\classes;
  18.  
  19. Then place BinDump.class in c:\classes.
  20.  
  21. -----
  22.  
  23. For the latest builds and information concerning BinDump,
  24. please refer to the following web site and e-mail address:
  25.  
  26. http://www.geocities.com/MadisonAvenue/2629/
  27. cynosurex@iname.com
  28.  
  29. Copyright (C) 1997 by Chieh Cheng - Cynosure.X International.
  30. All Rights Reserved.
  31.