ISSession:IniRedirect (Command)
From Lavish Software Wiki
Contents |
[edit]
Syntax
| IniRedirect | |
| Usage | Advanced |
| Level of Understanding | Intermediate |
| Computer Savvy | Intermediate |
| Logic | Advanced |
IniRedirect -list|-remove <file|*> <section|*> <setting|*> | <file|*> <section|*> <setting|*> <new file|*> <new section|*> <new setting|*>
[edit]
Forms
- IniRedirect -list -lists all Ini Redirections
- IniRedirect -remove <file|*> <section|*> <setting|*> - removes ini redirections
- IniRedirect <file|*> <section|*> <setting|*> <new file|*> <new section|*> <new setting|*> - redirects ini from file to new file
[edit]
Examples
[edit]
List all INI Redirections
- IniRedirect -list
- Output
Inner Space redirected INI settings ------------------------- eqclient.ini->*->* => eqclient-EverQuest Default Profile.ini->*->*
[edit]
Remove an INI Redirection
- IniRedirect -remove eqclient.ini * *
- Output
INI Redirection removed
[edit]
Add an INI Redirection
- IniRedirect eqclient.ini * eqclient-Everquest Default Profile.ini" * *
- Output
INI Redirection added
[edit]
