The task is to copy files from one directory to another:
Copy-Item $source\*.pdf -Destination $target
The difficulty is that they should be copied sequentially, but each with a Time Offset of 60 seconds. Is there any way I can do this with PowerShell?
I am grateful for any help.
Greetings, Irmi
Start-Sleep:)