TotalNET Advanced Server 5.2 Reference Manual

shift

This command changes the login command parameters referenced by %n variables in the script. With the login command, the login script can refer to the server name and user name as %0 and %1. You can include other parameters on the command line, referring to them as %2, %3, and so on.

Usage

shift [n]

Option

Specify the number of shifts to the left you want to make on a reference to a command line parameter, from 0 to 9. This option defaults to 1. 

Example

Use the following command to make one shift left to a reference to the command line parameter:

shift 1