From c841f3184e99dd4ddb4dc9b9b03d63e20cbb8541 Mon Sep 17 00:00:00 2001 From: Windows Date: Mon, 12 Jul 2021 02:01:36 +0300 Subject: [PATCH] fix script --- createuser.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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