Create reps

This commit is contained in:
Данил
2024-07-20 13:22:02 +07:00
parent 6c66e83662
commit 9897882742
116 changed files with 1619 additions and 1 deletions
Binary file not shown.
Binary file not shown.
+6
View File
@@ -0,0 +1,6 @@
net session >nul 2>&1
if %errorLevel% == 0 (
echo Yes
) else (
echo No
)
Binary file not shown.
Binary file not shown.