summaryrefslogtreecommitdiff
path: root/Master/bin/win32/asy.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Master/bin/win32/asy.bat')
-rwxr-xr-xMaster/bin/win32/asy.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/bin/win32/asy.bat b/Master/bin/win32/asy.bat
new file mode 100755
index 00000000000..b5206bf9baf
--- /dev/null
+++ b/Master/bin/win32/asy.bat
@@ -0,0 +1,5 @@
+@echo off
+setlocal
+set CYGWIN=nodosfilewarning
+for %%I in ("%~dp0..\..") do path %%~fI;%PATH%
+"%~dp0..\..\tlpkg\asymptote\asy.exe" %*