Cleaning INI Files in OS/2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Article | |||
|Author=[[User:Martini|Martin Iturbide]] | |||
|Date= | |||
|OS=ArcaOS 5.0.x | |||
|File=N/A | |||
|Source=N/A | |||
}} | |||
This are some comments and suggestion I found on the internet about maintaining the INI files in OS/2. | This are some comments and suggestion I found on the internet about maintaining the INI files in OS/2. | ||
Line 4: | Line 11: | ||
CheckINI is included on the [[WPTools]] suite. It will check the OS2.INI and OS2SYS.INI files. | CheckINI is included on the [[WPTools]] suite. It will check the OS2.INI and OS2SYS.INI files. | ||
checkini /c /r | |||
checkini /c /dd:\desktop /y:2 | |||
==Cleaning== | ==Cleaning== | ||
This is a suggestion using CheckINI and [[CleanINI]]. | This is a suggestion using CheckINI and [[CleanINI]]. | ||
checkini /c /r | |||
Followed by: | Followed by: | ||
cleanini /C /LogDel /MultiPass | cleanini /C /LogDel /MultiPass | ||
[[Category:How To]] |
Latest revision as of 05:51, 10 August 2021
Article Info | |
---|---|
Author | Martin Iturbide |
Date | |
OS Version | ArcaOS 5.0.x |
Companion File | N/A |
Source | N/A |
This are some comments and suggestion I found on the internet about maintaining the INI files in OS/2.
CheckINI
CheckINI is included on the WPTools suite. It will check the OS2.INI and OS2SYS.INI files.
checkini /c /r
checkini /c /dd:\desktop /y:2
Cleaning
This is a suggestion using CheckINI and CleanINI.
checkini /c /r
Followed by:
cleanini /C /LogDel /MultiPass