How do I run multiple scenarios in a DOS batch file?
To create a DOS batch file, open a text editor and save the document with a .bat extension (e.g., runMyScenario.bat). Within the batch file, direct the command prompt to the proper directory: c: cd\my landis files\scenario a\ Next, execute your scenario(s). Precede the landis-ii command with call, e.g., call landis-ii scenario1.txt cd\my landis files\scenario b\ call landis-ii scenario2.txt And so forth. To execute the batch file, simply select it in your file browser and hit Enter. To edit a batch file, right-click and select Edit.