| !Fetch_NS.Resources.FirstRun  2.10  17-12-2012

| Make sure the Choices structure exists before continuing
If "<Choices$Write>" = "" Then Set Fetch_NS$Aborted No Choices structure
If "<Choices$Write>" = "" Then ShowText This application requires the Choices structure!<Fetch_NS$MsgFrom>
If "<Choices$Write>" = "" Then Obey

| Create the directory in Choices
CDir <Fetch_NS$Choices>

| Copy the default Settings
Copy Fetch_NSRes:Defaults <Fetch_NS$Choices>.Settings A~C~D~F~L~N~P~Q~R~S~T~V

| Open the directory in the Filer
Filer_OpenDir <Fetch_NS$Choices>

| Prompt the user to check and possibly edit the settings
ShowText First run. Please check/edit the Settings file and run Fetch_NS again.<Fetch_NS$MsgFrom>

| Abort the rest of the run
Obey