This is the syntax for the PROLIB command to replace one or more files in a standard procedure library:

Operating system Syntax
UNIX Windows
prolib library-name
  -replace file-name[file-name ]...
library-name

Specifies the name of the procedure library with the file you want to replace.

file-name

Specifies the name of the file.

When you replace a file, the system overwrites the old file with a file of the same name. Therefore, the pathname you supply for the file has to be the same as the pathname you used originally to add the file to the procedure library. If you try to replace a file that does not exist, PROLIB displays an error message. However, if you specify the -nowarn parameter, PROLIB adds the existing file to the procedure library. See Add files to a standard procedure library for more information.