User Guide
132 Other Installation Options
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Reserved path names (<src|dest var name>) are NWSRC, NWDST and
NWBOOT, the standard source, destination and boot path for NetWare files.
<dest dir name> can be a null string.
<conditional copy flag>
Example
CopyFile 0, 0, 1, 0, 0, input, *.*, 'NETWARE-1', “NW [1]”,
output, '', '', ''
This is a continuation of the examples for “GetPath” on page 141. The user is
prompted for diskette NW [1], and the diskette is verified by checking for
volume label NETWARE-1. All files on the diskette are copied to the
subdirectory the user indicated for output.
Value Description
0 (or not present) Unconditionally copy this file.
1 Copy if destination file is not present.
2 Copy if destination file is not present; if it is, prompt user
(no version check).
3 Copy if destination file is not present or if the source file
version is newer than the destination file version.
4 Copy if destination file is not present or if the source file
version is newer than the destination file version;
otherwise, prompt the user.
5 Copy if destination file is present (no version check).
6 Copy if destination file is present and source file version is
newer than destination file version.
7 Copy if destination file is present and source file version is
newer than destination file version; otherwise, prompt the
user.
8 Copy if destination file is not present or if source file version
is newer than destination file version (refresh with new
files).
9 Copy only if destination file is present and source file
version is newer than destination file version (refresh
existing files).