Robocopy(Robust File Copy), is a command-line directory and/or file replication command for Microsoft Windows.
Tips!!!
1. Put source or destination path within double inverted commas "" if the file path name has space in it.
For e.g. robocopy "\\192.168.1.3\Users\abc\Downloads\Robo Copy" C:\Users\def\Downloads\ googlechrome.exe /mt 8
2. There are various switches. For e.g. '/s' will copy subfolders or '/e' will copy subfolders including empty subfolders etc.
Full details can be found on microsoft website. Check the link below in the description. https://learn.microsoft.com/en-us/windows-...
#windows #robocopy #tools #tutorial #technology #sysadmin #learning #it