Making a logon script
This is a discussion about Making a logon script in the Windows Networking category; I need the code for a logonscript that makes a dir on the client, can sombody help me?
I need the code for a logonscript that makes a dir on the client, can sombody help me?
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Sep 22
Sep 24
0
<1 minute
Responses to this topic
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
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
Quote:logonscript that makes a dir on the client
huh?!
Makes a folder?
mkdir MyFolder
huh?!
Makes a folder?
mkdir MyFolder
or
MD MyFolder
MD MyFolder