Making a logon script

I need the code for a logonscript that makes a dir on the client, can sombody help me?...




Topic Options
#146374 - 09/22/04 03:07 PM Making a logon script
Michael Nielsen Offline
stranger

Registered: 09/22/04
Posts: 1
I need the code for a logonscript that makes a dir on the client, can sombody help me?

Top
Advertisement
#146377 - 09/22/04 04:40 PM Re: Making a logon script
ooops Offline
newbie

Registered: 07/01/01
Posts: 42
Here's an example of what we use.


net use /persistent:no

net use f: \\fs1\share
net use h: \\fs1\privatedata\jerryb
net use w: \\fs1\mis
net use m: \\fs1\market


net time /set /yes \\ds1


Hope this helps

Top
#146464 - 09/23/04 05:48 PM Re: Making a logon script
DS3Circuit Offline
old hand

Registered: 12/11/02
Posts: 739
Loc: Northeast PA
Quote:
logonscript that makes a dir on the client


huh?!

Makes a folder?

mkdir MyFolder

Top
#146510 - 09/24/04 11:55 AM Re: Making a logon script
yakkob Offline
addict

Registered: 03/14/00
Posts: 460
or

MD MyFolder

smile

Top


Forums
Windows Support Forums
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security

Linux Support Forums
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security

Apple Support Forums
Everything Apple
Recent Topics
StarCraft new patch problem.
by Roland Bawd
11/30/08 08:02 AM
One of the USB devices attached to this computer h
by draa
11/28/08 02:13 AM
Lan won't work -- Windows Vista Premium
by DanielS
11/27/08 11:14 PM
Please Help!
by ashwee
11/27/08 02:17 AM
Hard drive file problem =(
by jandr020
11/26/08 05:55 PM
Who's Online
0 Registered (), 232 Guests and 8 Spiders online.
Key: Admin, Global Mod, Mod
Forum Stats
89474 Members
24 Forums
43062 Topics
172847 Posts

Max Online: 1079 @ 03/12/08 01:36 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22