1@echo off
2
3rem Setup environment and launch DRAWEXE
4call "%~dp0env.bat" %1 %2 %3
5
6echo Hint: use "pload ALL" command to load standard commands
7DRAWEXE.exe
8