mirror of
https://github.com/abbodi1406/KMS_VL_ALL_AIO.git
synced 2023-08-10 21:13:11 +03:00
v0.0.18-alpha
Update: create $ option
This commit is contained in:
parent
3a252a756c
commit
86efe08842
@ -1091,11 +1091,22 @@ goto :eof
|
|||||||
|
|
||||||
:CreateOEM
|
:CreateOEM
|
||||||
cls
|
cls
|
||||||
|
set "_oem=!_work!"
|
||||||
|
copy /y nul "!_work!\#.rw" 1>nul 2>nul && (if exist "!_work!\#.rw" del /f /q "!_work!\#.rw") || (set "_oem=!_dsk!")
|
||||||
|
if exist "!_oem!\$OEM$\$$\Setup\Scripts\setupcomplete.cmd" (
|
||||||
|
echo.
|
||||||
|
echo setupcomplete.cmd already exist in $OEM$ Folder...
|
||||||
|
echo "!_oem!\$OEM$"
|
||||||
|
echo.
|
||||||
|
echo manually remove it if you wish to create a fresh copy.
|
||||||
|
echo.
|
||||||
|
echo Press any key to continue...
|
||||||
|
pause >nul
|
||||||
|
goto :eof
|
||||||
|
)
|
||||||
echo.
|
echo.
|
||||||
echo $OEM$ Folder Created...
|
echo $OEM$ Folder Created...
|
||||||
echo.
|
echo.
|
||||||
set "_oem=!_work!"
|
|
||||||
copy /y nul "!_work!\#.rw" 1>nul 2>nul && (if exist "!_work!\#.rw" del /f /q "!_work!\#.rw") || (set "_oem=!_dsk!")
|
|
||||||
echo "!_oem!\$OEM$"
|
echo "!_oem!\$OEM$"
|
||||||
if not exist "!_oem!\$OEM$\$$\Setup\Scripts\KMS_VL_ALL_AIO.cmd" mkdir ""!_oem!\$OEM$\$$\Setup\Scripts"
|
if not exist "!_oem!\$OEM$\$$\Setup\Scripts\KMS_VL_ALL_AIO.cmd" mkdir ""!_oem!\$OEM$\$$\Setup\Scripts"
|
||||||
copy /y "%~f0" "!_oem!\$OEM$\$$\Setup\Scripts\KMS_VL_ALL_AIO.cmd" %_Nul3%
|
copy /y "%~f0" "!_oem!\$OEM$\$$\Setup\Scripts\KMS_VL_ALL_AIO.cmd" %_Nul3%
|
||||||
@ -1112,6 +1123,7 @@ goto :eof
|
|||||||
|
|
||||||
:casVm
|
:casVm
|
||||||
cls
|
cls
|
||||||
|
mode con cols=100 lines=35
|
||||||
%_Nul3% powershell -noprofile -exec bypass -c "&{$H=get-host;$W=$H.ui.rawui;$B=$W.buffersize;$B.height=300;$W.buffersize=$B;}"
|
%_Nul3% powershell -noprofile -exec bypass -c "&{$H=get-host;$W=$H.ui.rawui;$B=$W.buffersize;$B.height=300;$W.buffersize=$B;}"
|
||||||
setlocal EnableDelayedExpansion
|
setlocal EnableDelayedExpansion
|
||||||
echo %line2%
|
echo %line2%
|
||||||
@ -1239,6 +1251,7 @@ goto :eof
|
|||||||
|
|
||||||
:casWm
|
:casWm
|
||||||
cls
|
cls
|
||||||
|
mode con cols=100 lines=35
|
||||||
%_Nul3% powershell -noprofile -exec bypass -c "&{$H=get-host;$W=$H.ui.rawui;$B=$W.buffersize;$B.height=300;$W.buffersize=$B;}"
|
%_Nul3% powershell -noprofile -exec bypass -c "&{$H=get-host;$W=$H.ui.rawui;$B=$W.buffersize;$B.height=300;$W.buffersize=$B;}"
|
||||||
setlocal
|
setlocal
|
||||||
set wspp=SoftwareLicensingProduct
|
set wspp=SoftwareLicensingProduct
|
||||||
|
Loading…
Reference in New Issue
Block a user