I would like to use robocopy to copy folders to destination D:\username\currentDate. How do I get system username and date. I'm new to this. So, an explanation is appreciated. Thanks.
Asked
Active
Viewed 29 times
0
-
1Run robocopy /? on the shell of your choice (: – Abraham Zinala Jun 07 '21 at 11:41
-
%username% to test in cmd Echo %username% – Kemal K. Jun 07 '21 at 12:03