I need the code for a logonscript that makes a dir on the client, can sombody help me?
Page 1 of 1
Making a logon script
#2
Posted 22 September 2004 - 04:40 PM
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
#3
Posted 23 September 2004 - 05:48 PM
Quote:
logonscript that makes a dir on the client
huh?!
Makes a folder?
mkdir MyFolder
Share this topic:
Page 1 of 1

Help










