It works when I use the command directly in command prompt, but when I call the same command from QuickBuild > Shell/Batch Command, it always return this error:
Cannot run program "rmdir" (in directory "C:\quickbuild-5.0.10\workspace\root\Release_trunk\Build\PackageTemp"): CreateProcess error=2, The system cannot find the file specified
It seems QuickBuild failed to understand "RMDIR" as a built-in command for "CMD.exe" and looking for "RMDIR.exe" instead.
How do I resolve this?