Creating a Batch File |
Top Previous Next |
You can repeat the same runs many times using a batch file to specify the executable and switches. Create a batch file using an ASCII text editor such as Notepad, or at the command line by typing Edit followed by the name of the batch file to be created. Remember to save the file with the ".bat" extension (this is not a standard file type for Notepad).
In the batch file, you can specify the full path to the FreeFlyer executable(s) and the relative path to your Mission Plan(s), as shown in the example below.
Creating a Batch FileFollow the steps below to create a batch file:
Creating a Mission Plan ListFollow the steps below to create a Mission Plan List file:
Example: myBatchFile.batIn this example, the batch file, Mission Plan List, and all Mission Plans are saved in the same directory, which is different from the FreeFlyer Install directory.
myBatchFile.bat:
MissionPlanList.txt:
|