Supervising the Network

5-47
Customizing the User Environment
Login Script Commands and Variables
PCCOMPATIBLE
Use PCCOMPATIBLE to enable the EXIT “command” login script
command to work if your workstation’s LONG MACHINE NAME is not
IBM_PC.
Command Format
PCCOMPATIBLE
Using PCCOMPATIBLE
If your computer is an IBM PC compatible machine and not an IBM PC, use
PCCOMPATIBLE in your login script to inform the LOGIN utility that your
machine’s long name is something other than IBM_PC. The LONG
MACHINE NAME (AT&T, COMPAQ, or others) must be included in the
NET.CFG file.
Place the following anywhere before EXIT in the login script:
PCCOMPATIBLE
Example
If you have a Hewlett Packard computer and you have changed the LONG
MACHINE NAME to HE_PAC in the NET.CFG file, and you want to exit to
NETADMIN from within your login script, put the following commands in
your login script:
PCCOMPATIBLE
EXIT “NETADMIN”
Additional Information
For more information about Refer to
Setting the machine name in
NET.CFG
NetWare Client for DOS/Windows User
Guide
Using the EXIT command “EXIT” in this chapter