Put the following batch file, as a file, in the Startup folder
(C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup):

@echo off
Robocopy "C:\Users\localadmin\AppData\Roaming\Logic Design" "%userprofile%\AppData\Roaming\Logic Design" /E /XC /XN /XO > nul
Robocopy "%systemdrive%\PLCLogix" "%userprofile%\AppData\Roaming\PLCLogix" /E /XC /XN /XO > nul
Exit


This batch file will silently copy Logic Design and PLCLogix folders
to the /AppData/Roaming directory each time a student will log into the computer.