Link to home
Start Free TrialLog in
Avatar of echos
echos

asked on

Win98 logon script %username%

Hi !

I am a script beginer and need u help a little bit !

So we move our file server from Novell 5 to Win2k server this weekend and created all the script
for our user, before with Novell we had a script for pepeople to have a personnal folder ( p: )
the script was simple but working ( map root p:=prx\data:usagers\%login_name ) and each user
had there ( p: ) but now the probleme is that our station are 80% Win98 and 20% Win2k pro
and the ( net use p: \\prx\%username% ) only work with Win2k pro ( I know use Kixtart )
but i am to beginer to use that, so I share the personnal folder, but don t want to map the share
manually, but rader use in a logon script ( 30% of the station is use by many user )
so if some pepeole know a script that would work , please help me out.

Right now i am trying with this ( set homedir= \prx\%username%
                                  net use p: \prx\homedir      )

Thank
ASKER CERTIFIED SOLUTION
Avatar of Simonv
Simonv

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of echos
echos

ASKER

Thank you very very much.
It work perfectly

I appreciate ! :0)
No problem. Your very welcome.
Forgot to add, this line will set your clients time and date to be the same as your server!!!

NET TIME \\<servername> /SET /YES

Is this worth the points now???? ;o)
Glad it worked, now we need you to accept a comment as the answer, and grade it, so we can close this one out, move it to PAQ, and award the expert (Simonv)