Skip to content
Snippets Groups Projects
Commit d027e6b6 authored by LABORIE Stéphane's avatar LABORIE Stéphane
Browse files

fix pb avec call

parent 4998e68a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ START /WAIT /I %TEMP%\dell-command-update.exe /s
set "STR=Installation des drivers avec dell command update"
call :MESSAGE
"%programfiles%\Dell\CommandUpdate\dcu-cli.exe" /driverInstall
GOTO EOF
GOTO FIN
:HP
......@@ -68,6 +68,7 @@ GOTO EOF
:UNKNOWN
echo "Fabricant PC inconnu
GOTO FIN
:MESSAGE
setLocal EnableDelayedExpansion
......@@ -87,9 +88,10 @@ set /a "pref_len/=2"
set /a "suf_len=%SIZE%-%LEN%-2-%pref_len%"
call echo *%%spaces:~0,%pref_len%%%%%STR%%%%spaces:~0,%suf_len%%%*
call echo %%stars:~0,%SIZE%%%
GOTO EOF
:EOF
:FIN
set "STR=Redemarrage"
call :MESSAGE
START reg.exe ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System /v EnableLUA /t REG_DWORD /d 1 /f
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment