aboutsummaryrefslogtreecommitdiff
path: root/emar.bat
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2013-04-06 23:26:15 +0300
committerJukka Jylänki <jujjyl@gmail.com>2013-04-07 10:26:35 +0300
commit1c4c4816b7030b1071ede7bf6d794f0cd65b391b (patch)
tree7d24f11b7089a2b304c93bc8c71ca5bce8083a41 /emar.bat
parent5a642b1a7ea78ab5e5a60f83a37dca46623559e0 (diff)
Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove reference to juj/vs-tool emxxx.exe in favor of the new .bat files.
Diffstat (limited to 'emar.bat')
-rw-r--r--emar.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/emar.bat b/emar.bat
new file mode 100644
index 00000000..2cfb0850
--- /dev/null
+++ b/emar.bat
@@ -0,0 +1,2 @@
+@echo off
+python %~dp0\emar %* \ No newline at end of file