robocopy files & folder

Syntax

     robocopy <source> <destination> [<file>[ ...]] [<options>]
     robocopy <SOURCE-drive:\path> or \\server\share\path
     robocopy <\\server\share\path> <DEST-drive:\path>

e.q.: 
Copying ALL CONTENT inside "2024Feb" shared-folder to local drive "Accounting". The /E option copies all folders, even empty ones.
     robocopy \\serverName\ACCOUNTING\2024Feb\ C:\Accounting\ /E