home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / emulator-tools / macdiskimage / docs / macimage.doc < prev    next >
Encoding:
Text File  |  1996-03-06  |  3.1 KB  |  81 lines

  1. This Program is part of the MacDiskImage package (c) Robert Grob 1996, 
  2. which is ShareWare! This program may not be distributed separate from the
  3. package. 
  4.  
  5. MacIMG is a program for the PC which can Read/Write MS-DOS/Mac 1.44 Mb
  6. diskimages from/to floppies. It can even function as a disk-copier.
  7.  
  8. Usage: MACIMG [options] <mode> <drive> <file>
  9.  
  10. where    mode  = R or W  (Read/Write Disk)
  11.          drive = A: or B:
  12.          file  = [your imagefile] (Not on A: or B:)
  13.  
  14. options:
  15.  
  16.     /m    = MacBinary encoded Apple DiskCopy image (No checksum, see docs)
  17.     /r    = Raw image (Default)
  18.     /vw   = Verify disk writing (mode W only)
  19.  
  20.     /s    = Split image in 704K parts (mode R only)
  21.     /sn   = Split image in n-bytes parts (mode R only)
  22.     /cn   = Copy image-parts to separate disks, drive n (mode R only)  
  23.     /d    = Delete destination disks (mode R only)
  24.     /dl   = Delete destination disks except last one (mode R only)     
  25.     /vc   = Verify copying to separate disks (mode R only)
  26.  
  27.     /f    = Force disk-parameter-table to 1.44 3.5"
  28.     /a    = SHAREWARE INFO
  29.  
  30. Mode: R or W
  31.  
  32. R    Read a floppy to a diskimage-file(<file>). <file> must be on a 
  33.     nonfloppy-drive, for example c:.
  34. W    Write a diskimage-file to a floppy. (Important: diskimage-file 
  35.     must be in RAW-format)
  36. drive    Seems clear to me. Must be A: or B:
  37. file    Diskimage-file on HardDisk, choose something.
  38.  
  39.  
  40. Options
  41.  
  42. m    The file is a macbinary encoded Apple Diskcopy image. The image 
  43.     is not a 100% image, you need DiskDup+ AND Diskcopy4.2 to make   
  44.     it a 100% image. See ShapeShifterSession.
  45.     The converted image can be mounted with mountimage.
  46. r    The file is a RAW image. The file can be mounted as a filedisk  
  47.     when used with ShapeShifter.Handy for coverdisks.
  48. vw    When WRITING an image (Mode W) this option will verify the      
  49.     writing. You can use MacIMG as a diskcopier!    
  50. s, sn    The file will be written in pieces of +- 704 Kbytes or in       
  51.     specified number of bytes. In "s" mode: The size of the pieces         
  52.     is rounded to the nearest rounded track, so 512*2*18=18432            
  53.     bytes.
  54. cn    The splitted pieces will be copied from harddisk to drive n.    
  55.     Drive n may be the same as <drive>.(Usually)
  56. d, dl    The files on all the destinationdisks will be deleted before    
  57.     the pieces are copied. In "dl" mode: All BUT the last disk will     
  58.     be deleted. This makes sense because the third (=last mostly)        
  59.     piece is very small, so other "tail" pieces can be fitted on            
  60.     one disk. This will save you the amount of needed disks!
  61.  
  62. vc    This option will assure you that the information is copied      
  63.     correctly. If an error occurs, please stop MacDiskImage and           
  64.     copy the filepart manually ("copy ../v /b") on the disk using            
  65.     verify. Don't forget the info file which should be on the first            
  66.     disk.
  67. a    If you use it a lot, pay the shareware.
  68. f    This forces the default disk pointer of the PC to a 3.5 1.44 Mb 
  69.     drive. This makes sense because some PC's point to a 5.25 1.2    
  70.     Mb drive. Thanks to Mark Weinstein for this information.            
  71.  
  72.     Normally, a "dir" or "cd" command will point to the correct            
  73.     drive. But we are not using those cmds in this proggy.
  74.  
  75. Have Fun!
  76.  
  77. Robert
  78.  
  79. Copyright (c) 1996 Robert Grob
  80.  
  81.