Fix sentence case

pull/20/head
Ben Hampson 1 year ago committed by GitHub
parent 66457bbbb4
commit 8e757baf06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,7 +51,7 @@ Set /P _num=bypass this warning by typing "I AGREE": || Set _num=NothingChosen
If "%_num%"=="NothingChosen" exit
If /i "%_num%"=="I AGREE" goto oscheckpass
:oscheckpass
echo.Using Supported version of Windows.
echo.Using supported version of Windows.
timeout 1 > nul
md bin
cd %maindir%\bin

Loading…
Cancel
Save