friends-of-presta / fop_console

Prestashop Module providing a set of shell/terminal commands for developers (PrestaShop 1.7.5+)
Academic Free License v3.0
85 stars 36 forks source link

bug fix rename command on windows #180

Closed jf-viguier closed 3 years ago

jf-viguier commented 3 years ago

another bug on windows : robocopy doesn't return $return 0 if it's ok. I don't know how to deal with that

tom-combet commented 3 years ago

another bug on windows : robocopy doesn't return $return 0 if it's ok. I don't know how to deal with that

Seems like robocopy return 0 or 1 for success : https://ss64.com/nt/robocopy-exit.html