mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-13 03:10:10 +01:00
15 lines
125 B
Batchfile
15 lines
125 B
Batchfile
|
@echo off
|
||
|
|
||
|
cd general
|
||
|
call rtest.bat %1
|
||
|
cd..
|
||
|
|
||
|
cd table
|
||
|
call rtest.bat %1
|
||
|
cd..
|
||
|
|
||
|
rem cd images
|
||
|
rem call rtest.bat %1
|
||
|
rem cd..
|
||
|
|