home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / disks / tools / dip / dip.doc < prev    next >
Text File  |  1996-08-25  |  5KB  |  122 lines

  1. Disk Imaging Program (DIP) V1.0                           by Shamus Husheer
  2.  
  3. **********************************************************************
  4.  
  5. LEGAL STATUS:
  6. This program is PUBLIC DOMAIN.  I have released the program and it's source
  7. free of any legal obligations to the Amiga Community as a whole.  However,
  8. as a result I take NO RESPONSIBILITY WHATSOEVER for any defects in this
  9. program, documentation etc., nor any responsibility for the use of this
  10. program, the source code or whatever.
  11.  
  12. Basically, if you use this and then contract mad cow disease, don't come
  13. running to me.
  14.  
  15. **********************************************************************
  16.  
  17. INTRODUCTION:
  18. DIP is a very simple "Disk Imaging" program.  What it does is read a disk
  19. (like DF0:  or whatever) into a file, or write one of those so produced
  20. files to disk.
  21.  
  22. For more uses see below.
  23.  
  24. **********************************************************************
  25.  
  26. REQUIREMENTS:
  27. DIP should run fine on any Amiga with DOS 1.2 and above.  It was programmed
  28. on an Amiga A1200 with 10MB Ram, using DevPac 3.14.  I have not tested it
  29. on any other configuration.  DIP is a CLI-only program, and is so simple to
  30. use that a GUI would add nothing to it except program size.  It will should
  31. crash if launched from WB however.
  32.  
  33. **********************************************************************
  34.  
  35. USE:
  36. Use is very simple.  Use the following commands:
  37.  
  38. DIP <source> <dest>
  39.  
  40. If you are wanting to read say DF0:  to a file called "Ram:Disk1" you would
  41. type:
  42.  
  43. DIP DF0:  Ram:Disk1
  44.  
  45. To unDIP this file, simply type
  46.  
  47. DIP Ram:Disk1 DF0:
  48.  
  49. **********************************************************************
  50.  
  51. MORE USES:
  52. Originally this program was written for use with FMS (Which allows you to
  53. mount a file as a fake drive on your system) - instead of diskcopying to
  54. FF0:  I use DIP to read DF0:  to FMS:Unit0 which has the same effect, but
  55. allows me to read NDOS disks etc.  into it.
  56.  
  57. Since writing DIP I have found a number of other uses to which it can be
  58. put, including:
  59.  
  60. Disk Archiving:
  61. This program could be used as a replacement for the popular DMS or Zoom
  62. programs which are used to "Image" a disk and then transmit it (via BBS's
  63. or the internet or whatever).  However in this respect DIP has a major
  64. advantage - it actually reads the whole disk.  Many disk packers read only
  65. those sections of the disk which the system has flagged as used in the
  66. bitmap, and not others - however some games and demos don't bother flagging
  67. "non system" sectors, and so they are missed - even if they have important
  68. data.  Another advantage is that DIP does not compress the image - you can
  69. use whatever compression software you like to get the maximum compression.
  70. The only other disk-imager I have seen which allows you to save a whole,
  71. uncompressed image is PackDev, which unfortunately puts a whole bunch of
  72. garbage like checksums etc.  in with the data, and so cannot be used by
  73. FMS.  PackDev is also not as bullet-proof as DIP in reading a disk -
  74. certain non-system disks cannot be read by PackDev by are fine with DIP,
  75. however these are mostly games.
  76.  
  77. Disk Backup:
  78. This is kinda similar to the above.  I have a friend with a CD writer, so I
  79. have found that an excellent method of getting rid of 99% of my disks was
  80. to DIP them, and save those files onto CDROM, then when I want that
  81. particular disk, I unDIP it to DF0:, and use it for the 10 minutes I
  82. needed.  This saves lots of space, as 90% of my mess around the computer
  83. used to be disks unsorted everywhere.  Now I have 1 new box of disks which
  84. suffices.  Also, once on CD your data is much safer, as floppy disks are
  85. notorious for picking up errors.
  86.  
  87. **********************************************************************
  88.  
  89. PROBLEMS:
  90. If you disk is not readable (even in part) by the normal trackdisk.device
  91. like functions, DIP will not be able to read it.  Mind you, neither will
  92. most other disk imager's, or copy programs for that matter.  This is
  93. usually due to copy protection, and DIP was never designed to aid piracy.
  94.  
  95. **********************************************************************
  96.  
  97. CONTACTING THE AUTHOR:
  98. I am contactable by various means:
  99.  
  100. E-Mail:  thorium@xtra.co.nz
  101.  
  102. Other methods of contact may be changing at the beginning of 1997 due to me
  103. finishing Industry Experience and going back to University (I am doing s
  104. BSc (Technology) through Waikato University), however the snail-mail should
  105. be redirected.
  106.  
  107. SNAIL MAIL:
  108. Shamus Husheer
  109. BOX 3030
  110. Onekawa
  111. Napier
  112. NEW ZEALAND
  113.  
  114. I would love to hear from anyone about DIP, for just about any reason.
  115. E-Mail is preferable, but snail is OK (however might not get to me).
  116.  
  117. **********************************************************************
  118.  
  119. FUNNY END OF DOCUMENT THING:
  120.  
  121. "Surf the internet today - On a borrowed surfboard!"
  122.