blob: 95a22bfa5ca2451b266c7b18c7345d811431d17a [file] [log] [blame]
@echo off
set VELCP=.
for %%i in (..\..\bin\*.jar) do set VELCP=%VELCP%;%%i
echo Using classpath: %VELCP%
java -cp %VELCP% Example example.vm