When you initialize a new project and missed that the name of UDK folder should have no spaces, you get a robocopy error which could be improved:
ERROR : Invalid Parameter #3 : "\UDKGame\Content\DummyAssets "
Simple Usage :: ROBOCOPY source destination /MIR
source :: Source Directory (drive:\path or \server\share\path).
destination :: Destination Dir (drive:\path or \server\share\path).
/MIR :: Mirror a complete directory tree.
For more usage information run ROBOCOPY /?
It would be much better to say "You have a space in the path: %path%. Rename the folder before continuing" or exit the setup
When you initialize a new project and missed that the name of UDK folder should have no spaces, you get a robocopy error which could be improved:
It would be much better to say "You have a space in the path: %path%. Rename the folder before continuing" or exit the setup