Hallo, Bruce,

Du (bferrell) meintest am 03.01.09:

> Are domain logins required for login scripts to work or will they
> work in workgroup mode as well?

You can put a local script into the user's "autostart" directory which  
calls the logon script of the server.

That's the way I connect Windows XP Home clients to the server.

------------- local logon script --------------

@echo off
set Server=192.168.0.1
rem or which IP address it may be

ping -n 1 -w 1 %Server% | find /I "(0%"
if errorlevel 1 goto tunix

\\%Server%\netlogon\logon
rem or where the logon script may live

:tunix
exit

Viele Gruesse!
Helmut
-- 
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