Optimizing Plotters

Ah I should have been more clear. I put it in my blog post but here it is also:

@echo off
:loop
set "source=D:\plot"
set "destination=\\<Your 2nd machine>\<your plot folder>"
robocopy "%source%" "%destination%" /mov *.plot
timeout /t 30
goto loop
3 Likes