aboutsummaryrefslogtreecommitdiff
path: root/z_install.bat
blob: d68034ef7c5cbe9375eefa2436380a17dfc7ad8f (plain)
1
2
3
4
5
6
7
8
9
10
@echo off
echo installing zexy on your system
mkdir ..\extra
copy zexy.dll ..\extra

echo copying help files
mkdir ..\extra\help-zexy
copy examples\* ..\extra\help-zexy

echo done