TotalNET Advanced Server 5.2 Reference Manual

edscript

This command edits a NetWare login script file. For information on NetWare login scripts that work with TAS, refer to Chapter 6, NetWare Login Scripts.

Location

$TNHOME/usr/lib/pcbin

Usage

edscript option...

Option

option 

Specify one of the following: 

/user:name -- Specify a user other than yourself. 

/server:name -- Specify a server other than the default. 

/editor:command -- Specify an alternate editor program. 

/system -- Specify the system-default login script. 

/[no]temp -- Indicate whether or not to use a temporary file for editors which do not support UNC file names. 

/[no]os2 -- Indicates whether or not to use OS/2-specific login script files. 

/perm -- Permanently alters edscript to use the specified /editor:command, /[no]temp, and /[no]os2 settings. 

Examples

  1. Use the following command to specify user bungee and the server nwsproing:


    edscript /user:bungee /server:sproing
  2. Use the following command to specify editor program edscript:


    edscript /editor:edscript
  3. Use the following command to specify the system-default login script:


    edscript /system
  4. Use the following command to use a temporary file for editors that do not support UNC file names:


    edscript /temp
  5. Use the following command to avoid using OS/2-specific login script files:


    edscript /noos2
  6. Use the following command to permanently alter edscript to use the specified /editor:command, /[no]temp, and /[no]os2 settings:


    edscript /perm