summaryrefslogtreecommitdiffstats
path: root/tools/checkbins/checkbins.bat
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkbins/checkbins.bat')
-rwxr-xr-xtools/checkbins/checkbins.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/checkbins/checkbins.bat b/tools/checkbins/checkbins.bat
new file mode 100755
index 0000000..8e7c001
--- /dev/null
+++ b/tools/checkbins/checkbins.bat
@@ -0,0 +1,4 @@
+@echo off
+setlocal
+set PYTHONPATH=%~dp0..\..\third_party\pefile;%PYTHONPATH%
+%~dp0..\..\third_party\python_24\python.exe %~dp0checkbins.py %*