Use CLS to clear the display from the workstation's screen during the login process.
CLS has the following command format:
CLS
When a user logs in, a login script may display messages on the user's workstation screen.
If the CLS command is added to the login script, any messages generated by commands earlier in the login script are cleared from the screen.