Error: command failed

Get help for specific problems
Posts: 12
Joined: 16 Feb 2020

florentine

Error:  Command "C:\Path\To\Folder\" failed.
                      Exit code 1: 'C:\Path\To\Folder\' is not recognized as an internal or external command,
                      operable program or batch file.
I have a FFS batch file with a folder path as the post sync command. It would open up the folder after the batch job is done.

This worked great until the recent few program versions. Now I get the error above.

I first thought it was because I had put the folder path in quotes "command" and noticed that FFS has added its own quotes around it, making it double quotes ""command"" (which would still have worked fine in cmd). So I have removed the inner quotes. But it still doesn't work.

was the way that FFS runs post sync commands changed? and how could i work around it?

Thanks.
Posts: 12
Joined: 16 Feb 2020

florentine

huh okay, so i have to trigger cmd to open it now i guess? anyway thank you that worked!