home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / maths / progs / hexbin / !HexBin / !Help < prev    next >
Encoding:
Text File  |  1991-01-13  |  2.3 KB  |  78 lines

  1.  
  2.   © Graham Kemp 13th January 1991
  3.  
  4.  This program has been placed into the public domain by
  5.  Graham Kemp. It may be freely copied and distributed for
  6.  non-profit making purposes, so long as the code is not
  7.  altered (apart from customising !Run/!Boot files) and this
  8.  text file remains present and unaltered. If you have any
  9.  queries/suggestions then please write to me at:
  10.              
  11.  
  12.   e_mail
  13.  
  14.     Arcade     #1090 (081 654 2212)
  15.  
  16.     Darc World #25   (08675 77724)
  17.  
  18.   snailMail
  19.             63, Holmbury Grove
  20.             Featherbed Lane
  21.             Croydon
  22.             CRO 9AP
  23.  
  24.  
  25.  HexBin History:
  26.  ===============
  27.  
  28.  The idea for this program came about when I was trying to transfer
  29.  some files from a DEC VAX to a DEC PDP at work for a friend.
  30.  We had a tape cartridge (TK50) which was in VAX format but the files were
  31.  for a PDP.  After several eforts to get the VAX to talk to the PDP this was
  32.  abandoned and an Apple MAC put inbetween. File transfer was now possible,
  33.  apart from one minor point, all the binary files had become corrupt.
  34.  So I wrote 'Hexbin' which was loaded onto the VAX & MAC. The files were
  35.  first converted to Hex on the VAX downloaded onto the MAC and then converted
  36.  back to Binary. After downloading them from MAC to PDP the binarys ran fine.
  37.  This prompted me to write a version for the Arc in case the same problem was
  38.  to happen again.
  39.  
  40.  You will find the 'C' source on this disk which you can freely copy and 
  41.  modify to get it to run on whatever machine is required. In the form that
  42.  it is supplied it has been proven on VAX/VMS, Apple MAC and the Acorn 
  43.  Archimedes, there is also a desktop version for the Arc on this disk. 
  44.   
  45.  The rest of this document goes onto explain the Desktop Version of HexBin.
  46.  
  47.  
  48.  HexBin Usage:
  49.  =============
  50.  
  51.  To convert a file you simply drag it to the icon which has been installed
  52.  on the icon bar.
  53.  
  54.  HexBin will convert the following types of files: 
  55.  
  56.         Data &FFD   to   Hex &703
  57.         App  &FF8   to   Hex &703
  58.  
  59.         Hex  &703   to   Data &FFD
  60.  
  61.   All other filetypes are ignored.
  62.  
  63.  
  64.  Clicking on the icon with menu will produce a menu with the following 
  65.  choices:
  66.          
  67.  
  68.   Info:
  69.   =====
  70.  
  71.   This choice produces the standard Info box about the program.
  72.  
  73.   Quit:
  74.   =====
  75.  
  76.   Clicking on this menu choice will quit the application.
  77.  
  78.