mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +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..
|
|
|