Sys2ReplaceModule: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Unlocks and optionally replaces an in-use (locked) DLL or EXE. | Unlocks and optionally replaces an in-use (locked) DLL or EXE. | ||
Line 12: | Line 11: | ||
1 on success, or 0 if an error occurred. | 1 on success, or 0 if an error occurred. | ||
[[Category: | [[Category:RxUtilEx]] |
Revision as of 14:36, 26 February 2017
Unlocks and optionally replaces an in-use (locked) DLL or EXE.
Arguments
REXX ARGUMENTS:
1. The filespec of the module to be replaced. (REQUIRED) 2. The filespec of the new module to replace it with. (DEFAULT: none) 3. The filespec of the backup file to be created. (DEFAULT: none)
Return Value
REXX RETURN VALUE:
1 on success, or 0 if an error occurred.