added files and folders
This commit is contained in:
10
RoboCopyFilesWithProgress.bat
Normal file
10
RoboCopyFilesWithProgress.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@echo off
|
||||
echo Set the source path
|
||||
set /p Source=
|
||||
echo Set the destination path
|
||||
set /p Destination=
|
||||
robocopy "%Source%" "%Destination%" /E /V /ETA /R:0 /W:0 /COPYALL
|
||||
set Source=
|
||||
set Destination=
|
||||
pause
|
||||
exit
|
||||
Reference in New Issue
Block a user