'MOZILLA_1_8_0_BRANCH'. git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_0_BRANCH@185757 18797224-902f-48f8-a5cc-f745e15eee43
15 lines
125 B
Batchfile
Executable File
15 lines
125 B
Batchfile
Executable File
@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..
|
|
|