14 lines
112 B
Batchfile
Executable File
14 lines
112 B
Batchfile
Executable File
@echo off
|
|
|
|
cd table
|
|
call rtest.bat %1
|
|
cd..
|
|
|
|
cd images
|
|
call rtest.bat %1
|
|
cd..
|
|
|
|
cd general
|
|
call rtest.bat %1
|
|
cd..
|