| 10 | |
| 11 | |
| 12 | void CommandData::Init() |
| 13 | { |
| 14 | RAROptions::Init(); |
| 15 | |
| 16 | *Command=0; |
| 17 | *ArcName=0; |
| 18 | FileLists=false; |
| 19 | NoMoreSwitches=false; |
| 20 | |
| 21 | ListMode=RCLM_AUTO; |
| 22 | |
| 23 | BareOutput=false; |
| 24 | |
| 25 | |
| 26 | FileArgs.Reset(); |
| 27 | ExclArgs.Reset(); |
| 28 | InclArgs.Reset(); |
| 29 | StoreArgs.Reset(); |
| 30 | ArcNames.Reset(); |
| 31 | NextVolSizes.Reset(); |
| 32 | } |
| 33 | |
| 34 | |
| 35 | // Return the pointer to next position in the string and store dynamically |