FICHIER EURO.BAT:
echo off
if "%USERNAME%"=="administrator" goto fin
if "%RNNAME%"=="PARNT01" goto fin
if "%RNNAME%"=="PARNT02" goto fin
if "%RNNAME%"=="RETINA_1" goto fin
if "%RNNAME%"=="RIVA_NAT" goto fin
if exist I:\WTSRV\system32\Usrlogon.cmd goto fin
if exist c:\euro95ok.txt goto fin
if exist c:\euroNTok.txt goto fin
ver|find "Windows 95" >nul
if not errorlevel 1 goto 95
ver|find "Windows 98" >nul
if not errorlevel 1 goto fin
ver|find "Windows NT" >nul
if not errorlevel 1 goto NT
ver|find "Windows 2000" >nul
if not errorlevel 1 goto fin
:95
echo C'est Windows 95
echo Le systeme mise a jour votre poste en EURO,veuillez ne pas lancer
echo des applications,ni toucher la souris, ni le clavier.
echo l'ordinateur redemarrer une fois tout seul.
NET USE X: \\PARNT01\EURO /PERSISTENT:NO
x:\euro95.bat
goto fin
rem:98
rem echo C'est Windows 98
goto fin
:NT
echo C'est Windows NT
cho Le systeme mise a jour votre poste en EURO,veuillez ne pas lancer
echo des applications,ni toucher la souris, ni le clavier.
echo veuillez cliquer sur oui pour terminer la mise à jour.
NET USE X: \\PARNT01\EURO /PERSISTENT:NO
X:\euroNT.cmd
goto fin
rem:2000
rem echo C'est Windows 2000
goto fin
:fin
exit
----------------------------------
FICHIER EURO95.BAT
eCHO OFF
copy X:\euro95ok.txt c:\
X:\Scriptit.exe X:\w95euro.ini
-----------------------------------
FICHIER EURONT.CMD
eCHO OFF
copy X:\euroNTok.txt c:\
X:\NT4_Euro.exe