User Guide
Login Script Commands and Variables 69
Novell Client for Windows
103-000159-001
December 7, 2001
Novell Confidential
Manual 99a38 July 17, 2001
The executable file cannot be found
Insufficient workstation memory is available to load the file
Command Format
@ [path] filename [parameter]
Replace path with a drive letter.
Replace filename with an executable file (files that end in .EXE, .COM, or
.BAT, for example). Do not include the extension.
Replace parameter with any parameters that must accompany the executable
file.
Examples
If you want to start the GroupWise
®
program from within the login script, you
must have a search drive mapped to where the GroupWise application is
stored. Enter the following command in the login script:
@GRPWISE5
You do not need to enter a path in this case, because the executable program
file for GroupWise 5 (GRPWISE5.EXE) is located in a search drive.
If you do not have a search drive mapped to the directory where the program
is located, include the path to that directory in the command. For example, if
the program to run GroupWise 5 is located in the APPS directory on drive G,
use the following command:
@SYS:\APPS\GRPWISE5
ATTACH
Establishes a connection between a workstation and a NetWare server. If the
server is not in the current tree, a bindery connection is made.
In networks running NetWare 3 or earlier versions, use the ATTACH
command to connect to multiple file servers. In NetWare 4 and later, users no
longer need to attach separately to multiple servers and do not need to use the
ATTACH command. If users want to connect to multiple trees, use the TREE
command (see “TREE” on page 89).
HINT: To create persistent drive mappings, use the MAP command (see “MAP” on
page 80).