Title Vignette Swapper echo off :MENU CLS echo ***************************************************************** echo . echo . echo . echo . Type 'VS 1 [filename]' for Schematic Design Vingette echo . Type 'VS 2 [filename]' for Structural Layout Vingette echo . Type 'VS 3 [filename]' for Mech. / Elect. Vingette echo . Type 'VS 4 [filename]' for Building Section Vingette echo . Type 'VS 5 [filename]' for Accessibility Ramp Vingette echo . Type 'VS 6 [filename]' for Stair Design Vingette echo . Type 'VS 7 [filename]' for Roof Plan Vingette echo . Type 'VS 8 [filename]' for Interior Layout Vingette echo . Type 'VS 9 [filename]' for Site Grading Vingette echo . Type 'VS 0 [filename]' for Site Zoning Vingette echo . Type 'VS 00 [filename]' for Site Design Vingette echo . echo . Type 'VS L' to List existing Vignettes echo . echo . Type 'EXIT' to Exit Vignette Swapper echo . echo . echo ***************************************************************** if %1 == 1 goto 1 if %1 == 2 goto 2 if %1 == 3 goto 3 if %1 == 4 goto 4 if %1 == 5 goto 5 if %1 == 6 goto 6 if %1 == 7 goto 7 if %1 == 8 goto 8 if %1 == 9 goto 9 if %1 == 0 goto B6 if %1 == 00 goto B9 if %1 == L goto L if %1 == l goto L END :L cls dir *.sol goto END :1 c1d.exe c1tut %2.sol goto END :2 c2d.exe c2tut %2.sol goto END :3 c3d.exe c3tut %2.sol goto END :4 c4d.exe c4tut %2.sol goto END :5 c5d.exe c5tut %2.sol goto END :6 c7d.exe c7tut %2.sol goto END :7 c8d.exe c8tut %2.sol goto END :8 c9d.exe c9tut %2.sol goto END :9 b3d.exe b3tut %2.sol goto END :B6 b6d.exe b6tut %2.sol goto END :B9 b9d.exe b9tut %2.sol goto END :B1 b1d.exe b1tut %2.sol goto END :EXIT exit :END