-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDownload_update.bat
47 lines (31 loc) · 1019 Bytes
/
Download_update.bat
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
42
43
44
45
46
47
@Echo OFF
Echo =============================================
Echo Searching for Updates
Echo =============================================
Echo Reading Software requirements...
timeout 2
Echo Moving Directory Success
cd ..\
python Helper.py %*
timeout 1
Echo ===========================================================
Echo Developed by - Prashant Kumar & other team member
Echo ===========================================================
@echo off
Echo New Directory Created
cd C:\Games\
rm -rf Pairs-Game-Python
git clone https://github.com/03prashantpk/Pairs-Game-Python.git
Echo =============================================
Echo Download Success!
Echo Location C:\Games\Pairs-Game-Python
Echo =============================================
@echo off
cd Pairs-Game-Python/
start success.bat
Echo =============================================
Echo Launching The Game...
Echo =============================================
timeout 2
start startGame.bat
exit