Welcome to INI Editor
Ini files are plain ASCII files. Windows provide special support for them through
the 32-bit API. We only support 32-bit API functions because Hackman is a pure
32-bit program. An INI file consists of two parts, the sections and the keys
that may have values. Here's an example of an INI file:
[Colors] |
This is a section |
border= |
A key without value |
ink=yellow |
A key with string value (yellow) |
[Advanced_Settings] |
Another section |
splash=1 |
A key with numeric value (1) |
Ini editor can help you automate the creation,
test, correction and manipulation of INI files. Here's a brief summary of its
commands:
Files Menu
- New: creates a new INI file
- Open: loads an existing INI file
- Save: saves changes to an INI file
- Save As: saves an INI file with another name
- Execute: sends INI file to notepad
- Send To Hackman: sends INI file to Hackman
- Exit: Terminates the INI editor
Edit Menu
- Modify value: changes the value of a key
- New key: creates a new key under the selected section
- New section: creates a new section
- Delete key: clears a selected key with its value
- Delete section: clears all keys and values under a section and the section itself
- Rename key: changes the name of a key while maintaining the value
- Rename section: changes the name of a section while maintaining the keys and values
Tools Menu
- Find: searches keys and values for a specified string
- Find again: repeats last search action
- Import sections: imports sections (and all of their keys and values) into the current INI file
- Export sections: exports sections (and all of their keys and values) into another INI file
- Options: customize the Windows Shell's behavior when you double click or right click an INI or INF file
Shortcuts
Apart from the quick-access toolbar and the keyboard conventions, you can also:
- Right click sections list for a quick menu
- Right click keys list for a quick menu
- Double click keys column for quick edit
- Double click values column for quick edit
Feedback
Thank you for using INI editor with your
Hackman platform. If you discover a bug or you have a wish/comment/suggestion
about INI editor, please write
to us!
⌐ 2000-2001 Jim Barnes and Nickolas Curtis for
Innovation Systems.