Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: aioudinePosted on 2000-10-12 at 01:53:36ID: 4691084
conatiner script is ok
C\MSDOS
INE\%OS
3\SALES\DM BFORD
ATA\COMMON \TEMPLATES \NEWS.TXT
but pause command can be ommited ocording to given task
and
MAP ROOT INS S2:=
CISTSRVR\SYS:\PUBLIC\IBM_P
can be rewiten as
MAP ROOT INS S2:=
CISTSRVR\SYS:\PUBLIC\%MACH
also dont forget to enter space after write command
===============
to create profile script
rigth click on container
select create-> Profile->Enter Profile name
after this open created details page for Profile and edit Login Script
add the following lines
REM Start Profile Login Script
WRITE "profile script is running"
FIRE 10
PAUSE
REM END Profile Login Script
In windows enviroment you may use
FIRE n sound file
Replace n with the number of times you want this sound to occur.
Replace sound file with the name of the sound file you want to play when this command is executed. You can use any .wav or platform-compatible sound file. A .wav sound file is generally used. (One or more .wav files can usually be found in the windows/system directory.)
===========
to Assign profile to user
Select user
Open User Details page
goto Login Script page
and select profile at bootom of script
===
user login scrip must be rewriten - wrong MAP syntax
REM THIS IS THE USER LOGIN SCRIPT FOR THE DMILLER USER
REM MAP DISPLAY OFF
MAP ROOT G:=CISTSRVR1\VOL1:\LANCOM2
REM errior G:= is not needed
DISPLAY CISTSRVR1\VOL1:\LANCOM23\D
REM change default drive to G:
DRIVE G:
PAUSE
REM END user Login Script
==================
PS