/topdiretory/Doctor1
/topdirectory/Doctor2
/topdirectory/Doctor3
/topdirectory/temp/Doctor1
/topdirectory/temp/Doctor2
/topdirectory/temp/Doctor3
I have results writing to files in the different doctors within their “temp” directories. Using Advaned Scheduling, I move a specified file from the “temp” directory to the doctor’s “topdirectory”. Currently, I use the “fileset_local” protocol, which limits me to moving a file from one directory to another directory. So, that means I would need to create 3 different processes to move all three Doctors files from their respective “temp” directory to their “topdirectory”. Is there some other way? Is is possible to create one process to perform all three file transfers?