Jump to content

Sys2ReplaceModule

From EDM2
Revision as of 04:38, 10 January 2016 by Martini (talk | contribs) (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. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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