View difference between Paste ID: N0MwbjUv and vT25mL9P
SHOW: | | - or go back to the newest paste.
1
>log.txt (
2
3-
	echo.
3+
4-
	echo INSTALL TOOLS
4+
5-
	echo.
5+
6
	)
7
8
	"C:\Program Files\7-Zip\7z.exe" x nwjs-v0.12.1-win-x64.zip > nul
9
10
	REM first cd command into subfolder	
11
12-
	echo.
12+
13-
	echo UNZIP NW
13+
14-
	echo.
14+
15
	"C:\Program Files\7-Zip\7z.exe" x sg.zip > nul
16
17
	REM second cd command into subfolder of first subfolder	
18-
	echo.
18+
19-
	echo GO INTO NW
19+
20-
	echo.
20+
21
22
	REM third and fourth cd commands back up to where we started
23
24
	cd ..
25-
	echo.
25+
26-
	echo UNZIP SG
26+
27-
	echo.
27+
28
	rd /s /q nwjs-v0.12.1-win-x64
29
30
	REM all four echo %cd% commands print the same thing (folder where we started)
31
32
)
33
34
exit