Displaying 1 result from an estimated 1 matches for "cs1yr".
Did you mean:
cs11
2012 Sep 21
1
Login batch file not working for Win7
...s not
running. It's just a simple script which syncs the system time and
mounts another share.
Part of smb.conf
logon script = %G.cmd
logon path = \\%L\profiles\%U
logon drive = H:
logon home = \\YOUNGMUNSTER\homes
and an example script from /samba/netlogon/cs1yr.cmd
@echo
@echo Setting System Policies: Please Wait.
@echo off
NET TIME \\janus /SET /YES > X
net use M: \\youngmunster\ug2012 /persistent:no > X
where janus is the PDC and youngmunster is the fileserver with the
homes share and the other share I want to mount.
Any ide...