This repository has been archived on 2022-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
tso-sw/silly.windows.bat.trololol.bat

15 lines
509 B
Batchfile
Raw Normal View History

REM test-set-desktop
FOR /L %%A IN (0,1,9) DO (
robot -o "TC_0%%A - Output" -r "TC_0%%A - Report" -l "TC_0%%A - Log" "test0%%A.robot"
)
FOR /L %%A IN (10,1,29) DO (
robot -o "TC_%%A - Output" -r "TC_%%A - Report" -l "TC_%%A - Log" "test%%A.robot"
)
REM test-set-mobile
FOR /L %%A IN (0,1,9) DO (
robot -o "TC_0%%A - Output" -r "TC_0%%A - Report" -l "TC_0%%A - Log" "m-test0%%A.robot"
)
FOR /L %%A IN (10,1,29) DO (
robot -o "TC_%%A - Output" -r "TC_%%A - Report" -l "TC_%%A - Log" "m-test%%A.robot"
)