diff --git a/createuser.bat b/createuser.bat index 209c586..6850017 100644 --- a/createuser.bat +++ b/createuser.bat @@ -2,7 +2,7 @@ @echo off ver |>NUL find /v "5." && if "%~1"=="" cscript.exe //nologo //e:jscript "%~f0"& exit /b - +echo Script create: https://windows11.now.sh Set /p name="Name Account: (0 = exit): " if "%name%"=="0" ( exit