NullExe
NullExe is a collection of four executable files that do nothing.
They are useful to replace existing executable files that should
not get started. Replacing the files - instead of deleting them
- ensures that there will be no error when a user or an applications
tries to start them.
NullCon.exe |
Console application; exits with exit code 0 |
NullConR.exe |
Console application; does not exit |
NullGUI.exe |
Window application; ends immediately |
NullGUIR.exe |
Window application; runs for ever without displaying any windows |
|