home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / utils / pmrepair / pmrepair.hlp (.txt) < prev   
Encoding:
OS/2 Help File  |  1991-11-14  |  5.2 KB  |  95 lines

  1.  
  2. ΓòÉΓòÉΓòÉ 1. Overview for PM Repair ΓòÉΓòÉΓòÉ
  3.  
  4. This utility is targetted directly for technical support and computer 
  5. programmers. 
  6.  
  7. This utility offers you the ability to: 
  8.  
  9.   1. Create and initialise new files 
  10.   2. Initialise an area of a file 
  11.   3. Insert new areas into a file 
  12.   4. Remove unwanted areas from a file 
  13.  
  14.  I hope you find it as useful as I have. 
  15.  
  16.  
  17. ΓòÉΓòÉΓòÉ 2. Fields ΓòÉΓòÉΓòÉ
  18.  
  19.  File name Enter the name of the file you want to create or modify. Only FAT 
  20.            type filenames are currently supported. I will introduce HPFS file 
  21.            handling shortly. 
  22.  
  23.            The file name entered may be qualified with a path name if required. 
  24.  
  25.  Action    Select the appropriate radio button for the operation`type you want. 
  26.            e.g. If you are creating a file, then select Create etc. It will 
  27.            default to the Create mode. 
  28.  
  29.  from      Enter the starting point in the file you want to perform your 
  30.            operation on. Note that <offset 0> is used as the first byte. 
  31.            Therefore if you wanted to change byte 100 in the file, you would 
  32.            enter the number 99 as the from value and 99 as the end value. It 
  33.            will default to 0, being the beginning of the file. 
  34.  
  35.  to        Select the ending point in the file you want to stop the operation. 
  36.            This defaults to 10k. If you select an end range which has a value 
  37.            greater then the total filesize, it will automatically override your 
  38.            end range and use the actual filesize as an ending point. 
  39.  
  40.  ASCII value Enter in the value in decimal notation of the ASCII character you 
  41.            want to use as an initialiser. This defaults to Hex 0x00 aka NULL. 
  42.  
  43.  
  44. ΓòÉΓòÉΓòÉ 3. Actions on files ΓòÉΓòÉΓòÉ
  45.  
  46. There are 4 actions that may be performed on a file: 
  47.  
  48.   1. Create 
  49.   2. Initialise 
  50.   3. Insert 
  51.   4. Remove 
  52.  
  53.  Create    This option allows you to create a file. The 'from' position will 
  54.            always be set to 0 (BOF)!regardless of what you enter into the 
  55.            'from' range. The 'to' position is used to generate the file size 
  56.            i.e. if you enter 10000 then the file will be created with 10,000 
  57.            bytes in it. Use the 'ASCII Value' option to select the initial 
  58.            state of the data in the file. 
  59.  
  60.  Initialise The initialise option will allow you to overwrite an area of the 
  61.            file with the value that you enter in the 'ASCII Values' field. The 
  62.            'from' - 'to' range is used then to initialise the area of the file 
  63.            you wanted. 
  64.  
  65.  Insert    This option allows you to add some data mid-way through a file (or 
  66.            at the beginning or end for that matter). The data added will be the 
  67.            value of the 'ASCII Value'. This option is the opposite of the 
  68.            'Remove' option. 
  69.  
  70.  Remove    This facility is used to`strip out an area of the file i.e. the area 
  71.            prescribed by you will be totally removed from the file, leaving no 
  72.            'holes'. This option is the opposite of the 'Insert' option. 
  73.  
  74.  
  75. ΓòÉΓòÉΓòÉ 4. Buttons ΓòÉΓòÉΓòÉ
  76.  
  77. There are 5 buttons located at the bottom of the Dialogbox. 
  78.  
  79.  Apply     This starts the operation you have selected. It will of course 
  80.            verify the details you should have already entered for being 
  81.            correct. Any suspicious conditions detected found will be shown to 
  82.            you, with the option to backout and quit if you want to. 
  83.  
  84.  Defaults  If you have 'botched' up the request and want to start from scratch, 
  85.            select this button. It will clear the fields and reset the 
  86.            selections their default values. 
  87.  
  88.  Help      You have selected that button to get this help. 
  89.  
  90.  About     This button will pop-up a Dialog box giving details about myself and 
  91.            the current version of the program you are using. 
  92.  
  93.  Exit      This button will quit the program and return you back to your 
  94.            Application menu. 
  95.