-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathCompleteDistroNT.bat
More file actions
31 lines (25 loc) · 885 Bytes
/
Copy pathCompleteDistroNT.bat
File metadata and controls
31 lines (25 loc) · 885 Bytes
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
set PATH=%PATH%;"C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE";"C:\Program Files (x86)\Inno Setup 6";"C:\Program Files (x86)\HTML Help Workshop";"C:\Program Files (x86)\Borland\CBuilder6\Bin\";"C:\Program Files (x86)\Windows Kits\10\bin\10.0.17763.0\x86"
rmdir /S /Q DistroNT
mkdir DistroNT
copy default.cfg DistroNT
copy matrix.exe DistroNT
copy zsMatrix.dll DistroNT
copy Config.dll DistroNT
copy MsgHook.dll DistroNT
copy readme.txt DistroNT
copy LICENSE.TXT DistroNT
copy ORIGINALREADME.md DistroNT
copy JapaneseSet.txt DistroNT
copy MatrixCodeFontSet.txt DistroNT
copy "Matrix Code Font.ttf" DistroNT
copy ZMatrixHelp.chm DistroNT
copy WinampVis\vis_zmx.dll DistroNT
mkdir DistroNT\ScreenSaver
copy ScreenSaver\ZMatrixSS.scr DistroNT\ScreenSaver
if exist Setup (
cd Setup
iscc ZMatrix_payalord.iss
REM isppcc ZMatrix.iss /dUPGRADE
cd ..
)
echo