custom.bat 158 B

12345678
  1. echo off
  2. rem include other custom.bat files with specific 3rdparty paths
  3. if exist "%~dp0custom_vc14_64.bat" (
  4. call "%~dp0custom_vc14_64.bat" %1 %2 %3
  5. )