Winscp file transfer schedule automation using bat file

To schedule a process i published my workflow and it got saved as nupkg then i created a bat file of the same. Refer image below

In above bat file i am not getting error but no file transfer happening in my local server from remote server. No output.

Then i changed the bat file details by providing xaml file extension path instead of nupkg

This is working fine no issues but I want to understand where i went wrong in the first case. What is not allowing me.in the first case.

With the nuget package the syntax that i have seen is
“Filepath\UiRobot.exe” execute --file “NugetSampleFile.nupkg”

@Kumar_Shanmugam

Please check this official documentation on how to provide the paths for running different types of UiPath related files from cmmand line

Hope this helps

Cheers