Command Format
Examples
FIRE or FIRE PHASERS
Command Format
NOTE:
If the given path does not exist or if the file is not found, no error message
appears on the screen when the user logs in.
FDISPLAY [path] filename
Replace path with either a drive letter or a full directory path beginning with
the NetWare volume name.
Replace filename with the complete name (including the extension) of the file
that you want to display.
Suppose you put messages in a file called SYSNEWS.TXT in the
SYS:PUBLIC\MESSAGES directory, and you want your users to see this file
on their screens when they log in on Monday.
Add the following lines to the container login script:
IF DAY_OF_WEEK="Monday" THEN
FDISPLAY SYS:PUBLIC\MESSAGES\SYSNEWS.TXT
END
FIRE or FIRE PHASERS emits a phaser sound by playing the
PHASERS.WAV sound file.
Use this command to generate the phaser sound whenever a user logs in. Use
FIRE or FIRE PHASERS with the IF...THEN command to make the sound
execute a different number of times depending on the circumstances of the
login.
FIRE n soundfile
Replace n with the number of times that you want this sound to occur.
Replace soundfile with the name of the sound file that you want to play when
this command is executed. (The sound file variable cannot be used on DOS
workstations.) You can use any .WAV or platform-compatible sound file.
Login Script Commands and Variables
73
Need help?
Do you have a question about the NETWARE 6-DOCUMENTATION and is the answer not in the manual?
Questions and answers