Computer Setup: Computer in KIOSK mode through Shelllauncher on Windows 10 LTSC.
Problem trying to solve: I am looking to move local files on network drive.
Solution I found which have some gaps: robocopy code which is saved as .bat file: Robocopy [source path] [destination path] /xx log+: [path]/logFile.log
Then this batch file have been configured with Windows Task Scheduler to run everyday.
Problem with this solution which I trying to resolve and can use help: There is a momentary command prompt pop up when the batch file is initiated during scheduled time through Windows Task scheduler. Since this is a computer with KIOSK mode so I am looking for something so the command prompt doesn't pop up and instead stay in invisible mode. We cannot use vbscript to call the batch file as vb script are not allowed by IT.
I am also open for alternative to robocopy or something which can be used to move file from local to network drive.
Thank you in advance for the help.