Use PAUSE to create a pause in the execution of the login script.
PAUSE has the following command format:
PAUSE
Enter this command in your login script at any point you want a pause to occur.
You can add PAUSE to the login script following a message so that the user has time to read the message before it scrolls off the screen.
If you include PAUSE, the message
Strike any key when ready... appears on the
workstation screen. The LOGIN utility then waits for a key
to be pressed before it executes the
rest of the login script.