home *** CD-ROM | disk | FTP | other *** search
/ CD Direkt 1995 #6 / CDD_6_95.ISO / cdd / winanw / iniview / iniview.txt < prev   
Text File  |  1994-11-03  |  5KB  |  172 lines

  1. INI View is a small utility that gives you the ability to view, edit, back up
  2. and restore all those INI files on your computer.
  3.  
  4. INI View is Freeware so feel free to pass it on. If you feel you like it and
  5. would like to let me know (or if you don't like it and would like to let me 
  6. know) you can contact me on CompuServe at 71042,36. If you really, really
  7. like it and feel guilty about getting free software then you can donate
  8. $15.00 to your favorite charity as form of payment.
  9.  
  10. There is no fancy Set Up routine for INI View, but you will need 
  11. VBRUN300.DLL. You can find VBRUN300.DLL in the PC\CONTACT forum, 
  12. Utilities\Misc section as VBRUN3.ZIP, or in a number of other forums on 
  13. CompuServe as VBRUN3.ZIP.
  14.  
  15. Once you have VBRUN300.DLL copy it to your Windows\System directory. 
  16. INIVIEW.EXE can go in any directory. 
  17.  
  18. This is version 3 of INI View. This version fixes some bugs in version 2
  19. and adds many more capabilities. I also greatly improved on the speed. Plus 
  20. you get cool 3D effects. 
  21.  
  22. The first time you run INI View you will be asked to supply a directory
  23. in which the program will look for INI files. Most of your INI files will
  24. be in your Windows directory. The directory you chose will become the
  25. default start up directory until you chose "Set Directory" from the
  26. "Options" menu.
  27.  
  28. When INI View starts you will see 3 list boxes. The left box lists all the
  29. INI files found in the current directory. The right box lists the Section
  30. Headers in the selected INI file. The bottom box lists the Items associated
  31. with the selected Section and their Entries.
  32.  
  33. Here is the layout of an INI file.
  34.  
  35. [Section Header]
  36. Item=Entry
  37. Item=Entry
  38.  
  39. [Section Header]
  40. Item=Entry
  41. Item=Entry
  42. Item=Entry
  43. Item=Entry
  44. Item=Entry
  45.  
  46. [Section Header]
  47. Item=Entry
  48. Item=Entry
  49. Item=Entry
  50.  
  51. ****************************************************************************
  52. Click once on any file in the left list box and the Sections for that file
  53. will be displayed in the right list box.
  54.  
  55. Click once on any Section in the right box and the Items and Entries 
  56. of that Section are displayed in the bottom list box.
  57. *****************************************************************************
  58.  
  59. To the left of the list boxes are a series of buttons for manipulating
  60. the INI files. Below is a discription of the buttons.
  61.  
  62. ****File Options****
  63.  
  64.   The INI/BUI option buttons 
  65.     Click on INI to view all the INI files.
  66.     Click on BUI (Back Up INI) to view the back up INI files.
  67.  
  68.   Delete Button
  69.     Click on Delete to delete the selected file.
  70.  
  71.   Back Up/Restore
  72.     Back Up-
  73.     When the INI option is selected the button will read Back Up. Click
  74.     on Back Up to make a Back Up copy of the selected INI file. The 
  75.     back up file will have the same name as the original INI file but
  76.     will have the extention BUI. I suggest making a back up of an INI
  77.     file before making any changes to it. 
  78.  
  79.     Restore-
  80.     When the BUI option is selected the button will read Restore. Click
  81.     on Restore to restore the backed up INI file.
  82.  
  83.  
  84.  
  85. ****Search Options****
  86.  
  87.   Whole Word
  88.     If you check the "Match Whole Word Only" check box only exact 
  89.     matches will be found, otherwise partial matches will be found.
  90.  
  91.   All Files
  92.     If you check the "Search All Files" check box all the INI files in 
  93.     the current directory will be searched, otherwise only the selected
  94.     file will be searched.
  95.  
  96.   Entry
  97.     Search the INI file for a specific Entry.
  98.  
  99.   Section
  100.     Search the INI file for a specific Section.
  101.  
  102.   Item
  103.     Search the INI file for a specific Item.
  104.     
  105.  
  106.     After you click one of the search buttons, Entry, Section, or Item,
  107.     a dialog box will be displayed. Type in the word you want to search
  108.     for and click OK. 
  109.  
  110.     If the search is successful the word will be selected in 
  111.     the appropriat list box. The button you clicked will now read 
  112.     "Again" and the "Cancel" button will be enabled. You can click on 
  113.     "Again" to find the next instance of your word or click on "Cancel" 
  114.     to begin a new search.
  115.  
  116.  
  117.  
  118. ****Edit Options****
  119.  
  120.   Clear Entry
  121.     Clears the Entry for the selected Item.
  122.     Example: ToolBar=Yes   
  123.          After you click "Clear Entry" it will read:
  124.          ToolBar=
  125.  
  126.   Change Entry
  127.     Change the Entry for the selected Item. A dialog box will appear
  128.     asking you to supply a new Entry.
  129.  
  130.   Add Section
  131.     Adds a new Section Header to the selected INI file. A dialog box 
  132.     will appear asking you to supply a new Section Header.
  133.  
  134.   Delete Section
  135.     Deletes an entire Section and all its Items.
  136.  
  137.   Add Item
  138.     Adds a new Item to the selected Section. A dialog box will appear
  139.     asking you to supply a new Item name.
  140.  
  141.   Delete Item
  142.     Deletes the selected Item and its Entry.
  143.  
  144.  
  145.  
  146. ****Menu Options****
  147.   
  148.   Set Directory
  149.     Sets the current directory to look for INI files.
  150.  
  151.   Edit File
  152.     Loads the selected file into an editor. You can also double click on
  153.     one of the Items in the bottom list box to load the file inot the 
  154.     editor. The editor has menu options for Cut, Copy, Paste, Save, and
  155.     Close.
  156.  
  157.   New INI File
  158.     Creates a new INI file. You will be asked to supply a file name.
  159.  
  160.   About
  161.     Tells about INI View.
  162.  
  163.   Exit
  164.     Close INI View.
  165.  
  166.  
  167. That's about it. As I said feel free to disribute INI View 3.0 where ever 
  168. you like, but please send this text file along with INIVIEW.EXE.
  169.  
  170. Have fun,
  171. Greg DeBacker
  172.