I am looking to move files from local computer to network drive as repeated task once every 24 hours. I have tried couple of things but they all end up stealing away focus on the application as the computer system is on a production floor and will be in use almost 24 hours a day by operators. we cannot afford to lose away the focus and disturb the production software so I am looking for something which can run in invisible/hidden mode type of a thing. I have tried following things but none of them have worked out:
- Robocopy with batch file using task scheduler - this opens up command prompt for really short duration despite using windowstyle hidden.
- Robocopy with powershell script automated with task scheduler - same as above
- Robocopy with powershell script automated with powershell schedulejob instead of task scheduler
- Robocopy as start program with task scheduler instead of powershell or batch file.
Additional info:
- We cannot use vbscript method as vbs are no longer allowed by IT.
- I cannot select "run even if user is not logged in" in task scheduler as this is a service account in KIOSK mode and we cannot give this service account privilege of "log on as a batch user".
- I am open to third party softwares as long as they are established company.
- I am open to code in other scripting language as long as I don't have reinvent the wheel.
Thank you.