Skip to content

Commit 91afa3b

Browse files
Initial commit
1 parent 3f99888 commit 91afa3b

File tree

3 files changed

+27
-2
lines changed

3 files changed

+27
-2
lines changed

win-install.bat

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
pause
20+
exit
21+
goto m
22+
:two
23+
echo Python-Calcutator-EN Version will be downloaded.
24+
pause
25+
copy INSTALL/EN/calc C:\Users\%users%\
26+
pause
27+
exit

win-install_en.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

win-install_tr.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)