Compatible Support Forums: Making a logon script

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Making a logon script

#1 User is offline   Michael Nielsen 

  • stranger
  • Group: Members
  • Posts: 1
  • Joined: 22-September 04

Posted 22 September 2004 - 03:07 PM

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

#2 User is offline   ooops 

  • newbie
  • Group: Members
  • Posts: 42
  • Joined: 01-July 01

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
0

#3 User is offline   DS3Circuit 

  • old hand
  • Group: Members
  • Posts: 739
  • Joined: 11-December 02

Posted 23 September 2004 - 05:48 PM

Quote:
logonscript that makes a dir on the client


huh?!

Makes a folder?

mkdir MyFolder
0

#4 User is offline   yakkob 

  • addict
  • Group: Members
  • Posts: 461
  • Joined: 14-March 00

Posted 24 September 2004 - 11:55 AM

or

MD MyFolder

smile
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users