home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / hardutil / icpy21.zip / README.TXT < prev   
Text File  |  1993-08-19  |  4KB  |  112 lines

  1.              Documentation for ICOPY.EXE
  2.  
  3.                 ImageCopy 2.0
  4.  
  5.                   Copyright
  6.  
  7.                Patrick M. Ragan
  8.                CIS 100065,1602
  9.  
  10.  
  11.  
  12.  
  13. What does ImageCopy do?
  14.  
  15. I use ImageCopy mainly to store images of diskettes onto my hard disk in 
  16. order to write them back onto the same kind of diskettes whenever I am 
  17. able to. Currently only disk drives A: and B: are supported, I guess I 
  18. could change that whenever the demand for any kind of disk drive arises. 
  19. The following diskette formats are supported:
  20.  
  21.      3½" - 720 KB and 1.4 MB
  22.      5¼" - 360 KB and 1.2 MB
  23.  
  24. I wrote ImageCopy in order to be able to copy diskettes 1:1 without the must 
  25. of having the according amount of empty diskettes at hand, instead at least 
  26. some kind of PC or notebook hard disk drive. The disk images can be copied 
  27. back to diskettes whenever I please.
  28.  
  29. ImageCopy can be used either menu-driven or via command line, without 
  30. any fancy stuff. After reading a diskette you have the possibility to 
  31. compress the image, whereas the result of the compression depends on 
  32. the amount of data stored on diskette. After compressing ImageCopy then 
  33. decides to either keep the compressed version of the image or the 
  34. original. It _can_ happen that compressed images become larger than 
  35. originals, especially with very dense diskettes.
  36.  
  37. A small tip for compression: Diskettes that are not completely full 
  38. allow better compression ratios when they are first formatted before 
  39. written to. Erasing full diskettes with "DEL *.*" doesn't do the trick 
  40. since DOS only marks the files as deleted inside the FAT, whereas the 
  41. data still resides on the diskette.
  42.  
  43. ImageCopy "remembers" the diskette size of the original, so that it will ask 
  44. for the according diskette type when writing the image back to diskette at 
  45. a later time. Images are first decompressed in case of image compression. You 
  46. can have ImageCopy format a diskette for you first before writing the image 
  47. back.
  48.  
  49.  
  50.  
  51. What does ImageCopy not do?
  52.  
  53. ImageCopy _cannot_ copy diskettes with sector oriented copy protection 
  54. mechanisms. It is also not possible to copy images to diskettes that do not 
  55. match the size or capacity of the original, e.g. you can't copy the image 
  56. made of a 5¼" 1.2 MB diskette on to a 3½" 1.4 MB diskette (otherwise it 
  57. would not be an image anymore).
  58.  
  59.  
  60.  
  61. ImageCopy is free to use, I ask not to sell it. I regard it as FreeWare until 
  62. further notice. Should any problems or erros arise, or should anyone just 
  63. want to give his piece or make suggestions, feel free to contact me via 
  64. CompuServe. My CIS ID is 100065,1602 .
  65.  
  66.  
  67.  
  68.  
  69. * Version revision *
  70.  
  71. Version 2.1
  72.  
  73. - Bug-Fix, compressed Images of images created before ICOPY 2.0 
  74.   could not be decompressed with 2.0.
  75.  
  76.  
  77. Version 2.0
  78.  
  79. - Joined the Englisch and German version into one package by checking 
  80.   the system country code
  81. - Changed switch "-V" to "V"
  82. - Possibility to activate ImageCopy via command line options
  83. - Bug-fix, "Abort/Retry" now accepts non-capitol entries during 
  84.   formatting errors
  85. - Copy, formatting and compression status is displayed as a bar inside 
  86.   the menu
  87. - Diskette drives inside the menu are no longer restricted to Drive A: 
  88.   or B:
  89.  
  90.  
  91. Version 1.3
  92.  
  93. - Bug fix, aborting compression after full hard disk
  94. - Compression status shown in percent instead of bytes
  95. - Diskette drive entry not required for PCs with only one diskette drive
  96.  
  97.  
  98. Version 1.2
  99.  
  100. - Bug fix, diskette Read Errors abort copy process correctly
  101.  
  102.  
  103. Version 1.1
  104.  
  105. - A comment of 20 character length may be entered for an image file.
  106. - When writing to diskette, the current directory can be searched for image 
  107.   files, presuming there are image files inside the current directory. In 
  108.   addition diskette size and comment are also displayed.
  109. - A switch "-V" was introduced in order to display image comments when 
  110.   calling ImageCopy.
  111. - ICCONV.EXE should be used to convert images created with version 1.0.
  112.