Making a logon script

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

Windows Networking 2246 This topic was started by ,


data/avatar/default/avatar38.webp

1 Posts
Location -
Joined 2004-09-22
I need the code for a logonscript that makes a dir on the client, can sombody help me?

Participate on our website and join the conversation

You have already an account on our website? Use the link below to login.
Login
Create a new user account. Registration is free and takes only a few seconds.
Register
This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


data/avatar/default/avatar28.webp

42 Posts
Location -
Joined 2001-07-01
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

data/avatar/default/avatar01.webp

738 Posts
Location -
Joined 2002-12-11
Quote:logonscript that makes a dir on the client

huh?!

Makes a folder?

mkdir MyFolder