Customizing the user environment

PCCOMPATIBLE

Use PCCOMPATIBLE to enable the EXIT command login script command to work if your workstation's LONG MACHINE NAME is not IBM_PC.

This command does not apply to OS/2 workstations.

PCCOMPATIBLE has the following command format:

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
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"
For more information about using the EXIT command, see ``EXIT''.
© 1999 The Santa Cruz Operation, Inc. All rights reserved.
UnixWare 7 Release 7.1.1 - 5 November 1999