Description
Converts the Mission Plan(s), FreeFlyer Object File(s), or FreeFlyer Object Preset(s) matching the specified pattern to the version of FF.exe.
Forms
Usage
ff --convert <FILE TO CONVERT PATTERN>
|
Example
Convert MissionPlanCreatedInFF6p5.MissionPlan to the version of the FreeFlyer executable.
Windows
FF.exe -cnvt MissionPlanCreatedInFF6p5.MissionPlan
|
Linux
ff -cnvt MissionPlanCreatedInFF6p5.MissionPlan
|
|
Convert all Mission Plans located in the "Scripts" directory to the version of the FreeFlyer executable.
Windows
FF.exe -cnvt .\Scripts\*.MissionPlan
|
Linux
ff -cnvt ./Scripts/*.MissionPlan
|
|
Convert all FF Object Preset files located in the "Presets" directory to the version of the FreeFlyer executable.
Windows
FF.exe -cnvt .\Presets\*.FFObjectPresetFile
|
Linux
ff -cnvt ./Presets/*.FFObjectPresetFile
|
|
|