We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f99888 commit 91afa3bCopy full SHA for 91afa3b
win-install.bat
@@ -0,0 +1,27 @@
1
+@echo off
2
+@title=Python-Calcutator Setup
3
+:m
4
+cls
5
+echo Python-Calcutator Setup
6
+echo Which Version Do You Want To Install?
7
+echo 1.Python-Calcutator-TR
8
+echo 2.Python-Calcutator-EN
9
+echo Choose:
10
+set input=nothing
11
+set/p input=Choose:
12
+if %input%==1 goto one
13
+if %input%==2 goto two
14
+goto m
15
+:one
16
+echo Python-Calcutator-TR Version will be downloaded.
17
+pause
18
+copy INSTALL/TR/calc C:\Users\%users%\
19
20
+exit
21
22
+:two
23
+echo Python-Calcutator-EN Version will be downloaded.
24
25
+copy INSTALL/EN/calc C:\Users\%users%\
26
27
win-install_en.bat
win-install_tr.bat
0 commit comments