home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / makeimg.zip / UTIL.RME < prev   
Text File  |  1996-02-07  |  2KB  |  71 lines

  1. Reame for makeimg.cmd and fixpkg.cmd
  2.  
  3. These two utilities can be used to simplify the creation of diskette
  4. images created via the loaddskf utility.
  5.  
  6. MAKEIMG  will copy a group of images to diskettes or to a network image
  7. directory.
  8.  
  9.  
  10. MAKE SURE THAT LOADDSKF.EXE IS IN YOUR PATH.
  11.  
  12. To create diskettes run MAKEIMG image_name
  13.   image_name is the wildcard specification of the image files with a '?'
  14.   in the place where a incrementing number would be.
  15.  
  16.   If the images are US80_1.img thru US80_19.img then you can type
  17.   MAKEIMG US80_?.img
  18.  
  19.   You will be prompted for diskette changes.
  20.   Other options are available and can be seen by entering MAKEIMG alone.
  21.  
  22.   The /I option allows you to create the images on a disk drive.
  23.  
  24.   To do this, you will need to place a diskette in the drive and type
  25.  
  26.   MAKEIMG US80_?.img /Ix:\img\wr8080
  27.  
  28.   Make sure that x:\img\wr8080 exists.  The program will copy the disks
  29.   x:\img\wr8080\DISK01 thru x:\img\wr8080\DISK19
  30.  
  31.   You will not need to swap diskettes while this is happening.
  32.  
  33.  In order to install from these images you will need to run FIXPKG.CMD
  34.  
  35.  
  36.   If you specify /T on the command line the program will report on what it
  37.   will do without actually copying any files or creating directories.
  38.  
  39.  
  40.  
  41. FIXPKG.CMD
  42.  
  43.  
  44.  This utility modifies the *.PKG files found in the DISK01 directory.
  45.  The modifications allow the install procedure to find the files in
  46.  the other directories.
  47.  
  48.  There are no parameters. Simply run FIXPKG from the DISK01 directory.
  49.  BACKUP the *.PKG FILES FIRST !!!!!!
  50.  
  51.  You can then run INSTALL from the DISK01 directory and all the files
  52.  will be found.
  53.  
  54.   I have tested this using the 19 diskette DB2 2.1.1 CSD 80 and it worked
  55.   fine.
  56.  
  57.  
  58. DISCLAIMER
  59.  
  60.   USE THIS PRODUCT AT YOUR OWN RISK !!!!
  61.   THE AUTHOR TAKES NO RESPONSIBILITY FOR ANY LOSS OF FILES ETC....
  62.  
  63.   THIS PROGRAM IS PROVIDED IN SOURCE CODE AND IS FREE AND MAY BE MODIFIED
  64.   TO FIT YOUR NEEDS.
  65.  
  66.  
  67. P.S.
  68.  
  69.   THE MAKEIMG utility assumes that your diskettes are in drive A:
  70.   Feel free to change this if required.
  71.