Answer the question
In order to leave comments, you need to log in
Similar to the cp -r command in Windows?
Webpack uses a script to copy a folder: "copy-static": "cp -r ./assets/img ./static"
Is there an equivalent to this command on Windows? Tried and XCOPY, ROBOCOPY, does not work, gives an error in the console
Answer the question
In order to leave comments, you need to log in
In principle, there are ports of many Unix utilities to Windows, in particular under the GnuWin32 project . Specifically cp
located in CoreUtils . I've been using it for many years - in many ways it provides an environment close to Unix, adjusted for limitations of cmd.exe
course, but natively, without CygWin.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question