@echo off rem Start-up script for Asymptote rem rem Copyright 2009 by Tomasz M. Trzeciak rem Public Domain setlocal enableextensions rem Suppress cygwin warning about DOS paths set CYGWIN=nodosfilewarning rem Add bin dir to PATH for %%I in ("%~f0\..") do path %%~fI;%PATH% rem Call asy.exe "%~dp0..\..\tlpkg\asymptote\asy.exe" %*