IFX.EXE: Difference between revisions
Appearance
Created page with "This is the call executable of the Ini File eXaminer included on ArcaOS 5.0 ==Syntax== CALL=C:\sys\apps\ifx\ifx.exe ==Commands== ; /H : show the Help screen (ignored in co..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 5: | Line 5: | ||
==Commands== | ==Commands== | ||
; /H : | ; /H : show the Help screen (ignored in config.sys) | ||
; /O : show the Options dialog (ignored in config.sys) | ; /O : show the Options dialog (ignored in config.sys) | ||
; /F : force IFX to do a full check and clean of the INI files | ; /F : force IFX to do a full check and clean of the INI files | ||
; /C : force IFX to check and fix the INIs without cleaning them | ; /C : force IFX to check and fix the INIs without cleaning them | ||
===Modifiers=== | ===Modifiers=== | ||
; /V : verbose - display error and information messages as IFX runs | |||
; /V : | ; /Q : quiet - displays no message on boot. | ||
; /P : pause after IFX has finished (only useful with /V in config.sys) | ; /P : pause after IFX has finished (only useful with /V in config.sys) | ||
; /R : read-only - IFX will perform all of its usual tests without modifying or backing-up the INIs * | ; /R : read-only - IFX will perform all of its usual tests without modifying or backing-up the INIs * | ||
; /D : dump the contents of the handles table to a file * | ; /D : dump the contents of the handles table to a file * | ||
; /U : specify the user INI to check and clean * | ; /U : specify the user INI to check and clean * | ||
; /S : specify the system INI to check and clean * | ; /S : specify the system INI to check and clean * | ||
; /A : analyze INIs from another machine - IFX will not test if drives and files exist (/A also forces IFX to use the /C and /R options) | ; /A : analyze INIs from another machine - IFX will not test if drives and files exist (/A also forces IFX to use the /C and /R options) | ||
[[Category:CALL Statements]] | [[Category:CALL Statements]] |
Latest revision as of 23:31, 22 September 2022
This is the call executable of the Ini File eXaminer included on ArcaOS 5.0
Syntax
CALL=C:\sys\apps\ifx\ifx.exe
Commands
- /H
- show the Help screen (ignored in config.sys)
- /O
- show the Options dialog (ignored in config.sys)
- /F
- force IFX to do a full check and clean of the INI files
- /C
- force IFX to check and fix the INIs without cleaning them
Modifiers
- /V
- verbose - display error and information messages as IFX runs
- /Q
- quiet - displays no message on boot.
- /P
- pause after IFX has finished (only useful with /V in config.sys)
- /R
- read-only - IFX will perform all of its usual tests without modifying or backing-up the INIs *
- /D
- dump the contents of the handles table to a file *
- /U
- specify the user INI to check and clean *
- /S
- specify the system INI to check and clean *
- /A
- analyze INIs from another machine - IFX will not test if drives and files exist (/A also forces IFX to use the /C and /R options)