Hi Team,
Could you please, assist with this problem?
@echo off
rem example.
Set AnaplanUser="example@example.com:password"
set WorkspaceId="*****************"
set ModelId="*****************"
set Operation=-via http://example.net:10085 -export "Export_action.xls" -execute -get "D:\output.xls"
rem *** End of settings - Do not edit below this line ***
setlocal enableextensions enabledelayedexpansion || exit /b 1
cd %~dp0
if not %AnaplanUser% == "" set Credentials=-user %AnaplanUser%
set Command=.\AnaplanClient.bat %Credentials% -workspace %WorkspaceId% -model %ModelId% %Operation%
@echo %Command%
cmd /c %Command%
pause
Error message:
AnaplanClient.bat is not recognized as internal or external command, operable program or batch file