function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sahil Bansal 7Sahil Bansal 7 

Unable to run the .bat file hosted on a server for DataLoader CLI

When I run command line data loader using syntax - 
cd <Path where process.bat for data loader is residing> process.bat "<path to process.xml file>" <process name>

It executes the batch file  on local system and results are returned as expected.
But when I try executing batch file on ftp server with updated paths and same syntax then batch file doesn't excute. It shows "INVALID COMMAND".

Can anyone help if there is a different syntax to run batch file on ftp server via cmd. Also, I'm using filezilla client.

Any help will be highly appreciated