-
Notifications
You must be signed in to change notification settings - Fork 1
/
data_unzip.bat
38 lines (36 loc) · 1 KB
/
data_unzip.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
@Echo off
:A
echo passphrase
set/p "pass=>"
tar.exe xvf bobblehead.zip --passphrase %pass%
del bobblehead.zip
tar.exe xvf books.zip --passphrase %pass%
del books.zip
tar.exe xvf bouncyball.zip --passphrase %pass%
del bouncyball.zip
tar.exe xvf catchtrack.zip --passphrase %pass%
del catchtrack.zip
tar.exe xvf cyclist.zip --passphrase %pass%
del cyclist.zip
tar.exe xvf hamster.zip --passphrase %pass%
del hamster.zip
tar.exe xvf lamppost.zip --passphrase %pass%
del lamppost.zip
tar.exe xvf leaves.zip --passphrase %pass%
del leaves.zip
tar.exe xvf library.zip --passphrase %pass%
del library.zip
tar.exe xvf pour.zip --passphrase %pass%
del pour.zip
tar.exe xvf watersplashing.zip --passphrase %pass%
del watersplashing.zip
tar.exe xvf 1Runner.zip --passphrase %pass%
del 1Runner.zip
tar.exe xvf 3Runners.zip --passphrase %pass%
del 3Runners.zip
tar.exe xvf Flips.zip --passphrase %pass%
del Flips.zip
tar.exe xvf Hurdles.zip --passphrase %pass%
del Hurdles.zip
tar.exe xvf LongJump.zip --passphrase %pass%
del LongJump.zip