User Guide

Installation Scripts for NetWare 129
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
and time services information. The existing AUTOEXEC.NCF on
SYS:SYSTEM is overwritten.
Console
Syntax
Console <text>, <delay in seconds>
Description
Console enters the text on the system console screen and delays <delay in
seconds> before returning control back to the calling process. Because the
system installation process executes in a different thread from the console, it
is possible that the next command might finish before this Console command
does. If the delay is set at -1, Console will delay until the system console
screen has processed all the commands in its buffer.
Example
Console 'load ne2000 frame=ethernet_802.3 int=3 port=300',
10
Console 'bind ipx to ne2000 net=1240000', 3
These commands load and bind an NE2000
TM
driver to IPX
TM
.
CopyFile
Syntax
CopyFile <recurse flag>, <directory flag>, <empty flag>,
<attribute flag>, <attributes>, <src var name>, <src file
spec>, <src vol name>, <src descr>, <dest var name>, <dest
dir>, <dest vol name>, <dest descr>, [<conditional copy flag>]
Description
CopyFile copies files (wildcards are allowed in <src file spec>) from the
source path to the destination path.
<recurse flag> (0|1)
Value Description
0 Do not copy subdirectories recursively.
1 Copy subdirectories recursively.