home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / makdskv4.zip / makdskv4.txt < prev    next >
Text File  |  1996-11-26  |  3KB  |  71 lines

  1.  
  2.  MAKDSKV4 V1.00a  
  3.          
  4.  MAKEDSKV4.CMD is a REXX implementation of MAKESR.CMD modified 
  5.  for OS2_V4. It calls the OS2_V4 "CreateUtilityDisk" utility to 
  6.  create the 4 disk V4 boot disk set and then modifies the disks 
  7.  as needed for use by DualStor's SR.EXE recovery program. It also
  8.  incorporates the keyboard country code used in the REXXKBD.CMD 
  9.  script rather than calling it externally.                                                   
  10.                                                                           
  11.  I make absolutely no claims or warranties regarding the suitability,     
  12.  safety, or reliability of this procedure when used on your particular    
  13.  set-up and I have had no access to test it on any systems other than my   
  14.  own.                                                                     
  15.                                                                               
  16.  At a minimum, backup a test volume and restore it using your recovery    
  17.  disks BEFORE  you rely on them to recover any valuable data.             
  18.                                                                           
  19.  The only rights I wish to claim with regard to this software is that     
  20.  if you modify it in any way, please remove my name from it before any    
  21.  distribution of such a revised version.                                  
  22.                                                                           
  23.  John Getsoian (71005.3316@compuserve.com) 
  24.  
  25. == USE =================================================================
  26.  
  27. To use MAKDSKV4; 
  28.  
  29.  1. Copy MAKDSKV4.CMD to your DualStor directory.
  30.  
  31.  2. Insert the OS2_V4 installation CD into your CD-ROM drive 
  32.     and have 4 1.4 MB floppies disk available. You do not need to 
  33.     format them as they will be formatted during the procedure. (See note 
  34.  
  35.  3. Open an OS2 window to the DualStor directory and enter:
  36.  
  37.  MAKDSKV4 [OS2 System Drive :] [Target Floppy Drive:] [skip]
  38.  
  39.   - You must specify the two drive letters (with colons), the skip parameter
  40.     is optional (see note 3)
  41.   
  42.   - The CREATE UTILITY DISKS program will put a dialog on the 
  43.     screen that prompts for a source directory. The default already
  44.     filed in should be 
  45.  
  46.      [MYCDROMDRIVE:]\os2image
  47.  
  48.     Just go ahead and accept this. It is the path to the 
  49.     utility disk images on the installation CD-ROM used by the
  50.     CREATE UTILITY DISKS program to create the diskettes.
  51.  
  52.  NOTES:
  53.   1. This script deletes CD-ROM support from the recovery disk set so
  54.      it IS NOT a replacement for a 'standard' utility set.
  55.  
  56.   2. Only 1.4 MB floppies are supported.
  57.  
  58.   3. Use the 'skip' parameter if you already have a set of 4 
  59.      utility disks created by the OS2_V4 'Create Utility Disks' 
  60.      program that you wish to use. In this case you do not need 
  61.      more floppies or your 'Installation' CD but see NOTE 1.
  62.  
  63.   4. There have been reports that Merlins's "CREATE UTILITY DISK" 
  64.      program occasionally fails to format the floppy disks before writing
  65.      to them - particularly when new blank disks are used. If the disks 
  66.      do not format during this procedure, the resulting utility disks 
  67.      most likely will not be bootable. The solution has been to simply 
  68.      repeat the process with the now non-blank disks.
  69.  
  70.  
  71.