Re: scripts
- From: "Richard Mueller" <rlmueller-NOSPAM@xxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Oct 2006 18:22:53 -0600
Thomas wrote:
does anyone have any knowledge with logon scripts?I have an FAQ on logon scripts linked here:
I have created a .bat file and used the following syntax
net use f:\\server\filename
i have placed this in the profile of the user and also placed it in the
sysvol netlogon folder on the server and when the user logs on it does not
work.
do i need the quotation marks? any ideas? thx
http://www.rlmueller.net/LogonScriptFAQ.htm
Specifically, in a batch file the command would be:
net use f: \\server\sharename
where "server" is the name of a server and "sharename" is the name of a
share.
--
Richard
Microsoft MVP Scripting and ADSI
Hilltop Lab - http://www.rlmueller.net
.
- Follow-Ups:
- Re: scripts
- From: Youri Ligotmi
- Re: scripts
- Prev by Date: Re: running vbscript syntax error
- Next by Date: Re: running vbscript syntax error
- Previous by thread: running vbscript syntax error
- Next by thread: Re: scripts
- Index(es):
Relevant Pages
|