Dear Expert ,
Looking for your kind guidance , I am trying to export the data via script . we have been given process to use in script to export the data from Ana-plan . When i am passing the Details in Script i am getting below shown error

And Script sample as below which i am trying to run.
set FilePath="C:\Anaplan-Connect\anaplan-connect-1.4.4\anaplan-connect\To be deleted later\Anaplan Connect - Export Test TXT.txt"
set ProcessName="ACIntegration_Test_Export TXT"
set DumpName="C:\Anaplan-Connect\anaplan-connect-1.4.4\anaplan-connect\dump.txt"
set Chunksize=1
set Operation=-debug -service %ServiceUrl% -auth %AuthUrl% -workspace %WorkspaceId% -model %ModelId% -chunksize %Chunksize% -process %ProcessName% -execute -get %FilePath%
rem *** End of settings - Do not edit below this line ***
setlocal enableextensions enabledelayedexpansion || exit /b 1
Where as when i am keeping file path without .txt extension as above its working and downloading the data in File format.
Kindly do advice me what i need to change in script or from model side setting.
warm Regards
Shail Dubey