Correction des templates pour le netlogon.bat

This commit is contained in:
Daniel Berteaud 2012-06-25 17:15:33 +02:00
parent ab462cc713
commit 0aaf5f1d13
3 changed files with 7 additions and 1 deletions

View File

@ -4,7 +4,7 @@ my $ip = $InternalInterface{'IPAddress'};
$OUT .=<<"EOF";
SET IPASSERELLE_IP=$ip
REM Scripts globaux
for /F "tokens=*" %%f in ('dir /B /ON \\\\%IPASSERELLE_IP%\\tools\\scripts\\session\\*.bat') do call %%f
for /F "tokens=*" %%f in ('dir /B /ON \\\\%IPASSERELLE_IP%\\tools\\scripts\\session\\*.bat') do call \\\\%IPASSERELLE_IP\\tools\\scripts\\session\\%%f
REM Script personnel
if exist \\\\%IPASSERELLE_IP%\\tools\\scripts\\users\\%USERNAME%.bat call \\\\%IPASSERELLE_IP%\\tools\\scripts\\users\\%USERNAME%.bat

View File

@ -0,0 +1,6 @@
@REM #------------------------------------------------------------
@REM # DO NOT MODIFY THIS FILE! It is updated automatically by the
@REM # SME server software. Instead, modify the source
@REM # template in the /etc/e-smith/templates-custom directory. For more
@REM # information, see http://wiki.contribs.org
@REM #------------------------------------------------------------