Sys2ReplaceModule: Difference between revisions
Appearance
m Ak120 moved page RxUtilEx - Sys2ReplaceModule to Sys2ReplaceModule |
mNo edit summary |
||
Line 3: | Line 3: | ||
==Arguments== | ==Arguments== | ||
REXX ARGUMENTS: | REXX ARGUMENTS: | ||
# The filespec of the module to be replaced. (REQUIRED) | |||
# The filespec of the new module to replace it with. (DEFAULT: none) | |||
# The filespec of the backup file to be created. (DEFAULT: none) | |||
==Return Value== | ==Return Value== | ||
REXX RETURN VALUE: | REXX RETURN VALUE: 1 on success, or 0 if an error occurred. | ||
[[Category:RxUtilEx]] | [[Category:RxUtilEx]] |
Revision as of 04:50, 3 May 2020
Unlocks and optionally replaces an in-use (locked) DLL or EXE.
Arguments
REXX ARGUMENTS:
- The filespec of the module to be replaced. (REQUIRED)
- The filespec of the new module to replace it with. (DEFAULT: none)
- 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.