-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall_windows.bat
More file actions
41 lines (33 loc) · 1016 Bytes
/
install_windows.bat
File metadata and controls
41 lines (33 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
@echo off
rem register values here
rem check for git here
cls
echo.
echo.
echo /--------------------------------------------------------\
echo.
echo Welcome to Perfect-Shell
echo.
echo Version: 1.0
echo Requirements:
echo Errors: (if any)
echo.
echo \--------------------------------------------------------/
echo.
echo Start? (y/n/c)
rem ask for custom keyword here
rem ask for OS version here (32/64)
rem (install)
echo.
echo.
echo /--------------------------------------------------------\
echo.
echo Thank you for installing Perfect-Shell!
echo.
echo Activation Keyword: pshell (default)
echo Errors: (if any)
echo.
echo \--------------------------------------------------------/
echo.
rem default length of cmd window
rem --------------------------------------------------------------------------------