Is there a way to copy directories recursively inside a .bat file? If so, an example would be great. thanks.
After reading the accepted answer's comments, I tried the robocopy command, which worked for me (using the standard command prompt from Windows 7 64 bits SP 1):
robocopy source_dir dest_dir /s /e