Hello
I have a menu that I use at work for testing and accessing other systems.
I input the systems NAME or IP and I have a list of tools I can run.
One item in my TOOLS MENU is ROBOCOPY it is listed below here.
Can I add a ETA or better yet a progress bar?
MY SCRIPT -
:ROBOCOPY
set /P source=Enter Source Folder^>
set /P target=Enter \Install\Target Folder Name^>
robocopy "%source%" "\\%host%\c$\Install\%target%" /mir /ETA /r:1 /w:1
goto:options
Thank you all for all your help