User Guide

Installation Scripts for NetWare 149
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
indicates normal attributes. If the <0|1> argument is 1, the server container
object (or everyone) is given <rights> rights to the directory.
Example
If myDir corresponds to VOL1:\
SetDir myDir, DOC, '', '', 10, 1, 0
The directory VOL1:\DOC will be created and all applicable users will have
rights to it.
SetDOSServer
Syntax
SetDOSServer <engine number>, <ccode>
Description
SetDOSServer specifies the <engine number> to be made the default DOS
server (valid numbers are 0 and 1). This will set the default server used by the
OS APIs.
NOTE: DiskReset and GetPath can be directed to a particular IOEngine by first
setting the DOS server as needed. This allows you to essentially map a path
variable to a particular IOEngine. From that point on, that path variable will be
associated with that IOEngine regardless of what the default DOS server is set to.
Therefore, any commands that use path variables will target the IOEngine
associated with the path variable rather than the default.
Example
SetVar IOEngineNumber, 0
SetDOSServer IOEngineNumber, ccode
The servers default IOEngine 0 will now be the default DOS server. Ccode
will have a 0 for its value on success and a -1 for a failure.