Re: Script
syntax is
net use f: \\server\share
Notice the space between the drive name and the path.
-Nate
http://www.naterice.com
Thomas wrote:
does anyone have any knowledge with logon scripts?
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
.
Relevant Pages
- Re: scripts
... Thomas wrote: ... I have created a .bat file and used the following syntax ... i have placed this in the profile of the user and also placed it in the ... (microsoft.public.scripting.vbscript) - Re: mapped drives at logon
... I am also trying to implement a .bat file for mapped drives at logon. ... user logs in, ... Also I noticed that in the syntax above, ... (microsoft.public.windows.server.active_directory) - Re: Lisp at sexps length
... as Thomas points out. ... in the context of the data structure that is being built for the ... it is prefix syntax because the description comes ... > Common Lisp require that keyword argument markers be keyword SYMBOLS. ... (comp.lang.lisp) - Re: Re: Auto Logoff
... Where do I run the .bat file? ... see the syntax for IOff.bat from the tip is -> .bat idleminutes folder ... IOff.bat runs in YOUR workstation. ... Windows Server MVP ... (microsoft.public.windows.server.active_directory) - Re: What is wrong with this BAT File?
... I Have a problem with this bat file the two strings with the ** don't work ... remove "nospam" in order to email me. ... This syntax is also OK: ... (microsoft.public.windowsxp.general) |
|