Sys2ReplaceModule
Appearance
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.