Need script for copy plot

Hi every one I use new gigahorse plot with this new plot system my 3090ti plot in 3 min, but copy to HDD takes 9 to 10 min I don’t fan of raid HDD and make my rig frame and use that
is that anyone have or can make script to copy from m2 to HDD in same order
I want to connect 4 HDD to plotter system and want to copy in order to HDD 1 after that 2 …
Thanks for helping

1 Like

-d drive_01 -d drive_02 -d drive_03 etc.

2 Likes

sometimes I think I was stupid as f thanks man

:RESTART
TITLE Move Plots from Drive1 to Drive2
echo.
ROBOCOPY “E:\plots” “P:\plotsc29” “plot*.plot” /MOV /Z /R:999 /W:5
echo.
timeout 10 /nobreak
GOTO RESTART

pause