test.bat 97 B

1234
  1. @echo off
  2. pushd "%~dp0"
  3. ..\bin\debug\premake5.exe /scripts=.. /file=..\premake5.lua %* test
  4. popd