You are not logged in. [
Log In
]
CompatDB.org
»
Forums
»
Windows NT4/2000/XP/2003/Vista/2008
»
Networking
» Making a logon script
Register User
Forum List
FAQ
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
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
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
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
addict
Registered: 03/14/00
Posts: 460
or
MD MyFolder
Top
the sims 2 versus voodoo 3
Index
network printer under TERMINAL SERVEUR (TSE)
Preview
Hop to:
CompatDB.org ------
CompatDB.org Announcements
CompatDB.org Feedback & Suggestions
Windows NT4/2000/XP/2003/Vista/2008 ------
Everything New Technology
Legacy OS
Hardware
Software
Games
Networking
Customization & Tweaking
Security
Linux ------
Everything Linux
Linux Hardware
Linux Software
Linux Games
Linux Networking
Linux Customization & Tweaking
Linux Security
Apple ------
Everything Apple
Other ------
Upcoming News
Slack Space
Buy, Sell or Trade
Feedback
Print Topic
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
View profile
Send a PM
Add to your Watched Users
View posts
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
Privacy statement
·
Mark all read
compatdb
linuxcompatible
macoscompatible
ntcompatible
NT Compatible
·
Linux Compatible
·
Mac OS Compatible
·
Top
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22