0

I am trying to get bitvise SFTP server to run a batch file once a file is uploaded Should the command just be:

cmd/c D:\DataImport\data.bat

IMG:

Do I need to configure something in the working directory? How can I debug the command to see if there were errors in execution?

Reddy Lutonadio
  • 17,120
  • 4
  • 14
  • 35
Ofer B
  • 103
  • 1

1 Answers1

1

You are missing a space between cmd and /c.


(Also it looks like the execution is delayed)

Martin Prikryl
  • 21,071
  • 9
  • 77
  • 157