Sys2ReplaceModule: Difference between revisions
Appearance
Created page with "==Description== 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. ..." |
mNo edit summary |
||
(5 intermediate revisions by 2 users not shown) | |||
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. | ||
==Arguments== | ==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== | ||
1 on success, or 0 if an error occurred. | |||
[[Category:RxUtilEx]] |
Latest revision as of 06:46, 3 May 2020
Unlocks and optionally replaces an in-use (locked) DLL or EXE.
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
1 on success, or 0 if an error occurred.