0025114: CMake-based build tools for OCCT 7.0
[occt.git] / adm / templates / draw.bat
index 9f92bc1..cb57d10 100644 (file)
@@ -1,10 +1,10 @@
 @echo off
 
 rem Setup environment and launch DRAWEXE
-call "%~dp0env.bat" %1 %2 %3
+call "%~dp0env.bat"
 
 echo Hint: use "pload ALL" command to load standard commands
-"%CASROOT%/%BIN_TAIL%/DRAWEXE.exe"
+DRAWEXE.exe %*
 
 set "PATH=%ORIGIN_PATH%"