Hello,

Jason Greene schrieb:
Hi all,

My logon.bat file runs but none of the drives get mapped.

Here is my logon.bat file

net time \\%L /set /yes
net use o: \\%L\data
net use j: \\%L\pca
net use g: \\%L\peachtree


Is this setup wrong?


%L is only only in the smb.conf usefull. In Login-Scripts you have to use the Servername \\server\share. You can also test \\%LOGONSERVER%\share.

matze
--
To unsubscribe from this list go to the following URL and read the
instructions:  https://lists.samba.org/mailman/listinfo/samba

Reply via email to