11 lines
75 B
Batchfile
Executable File
11 lines
75 B
Batchfile
Executable File
@echo off
|
|
|
|
cd core
|
|
call rtest.bat %1
|
|
|
|
cd ..\bugs
|
|
call rtest.bat %1
|
|
|
|
cd ..
|
|
|