added ui to script names, great readme rewrite

This commit is contained in:
2020-01-17 21:01:55 +01:00
parent 894965bfce
commit dd0e5a6c14
23 changed files with 3904 additions and 114 deletions

View File

@@ -18,7 +18,9 @@ IF [%1]==[] (
IF NOT EXIST %FOLDER% (
md %FOLDER%
)
) ELSE (
del /Q %FOLDER%\*
)
cd "%~dp0"