I'm tasked with running a powerpoint slideshow on a standalone system that will be updated daily. I want to build a bat file for the user that will be updating the slideshow that will stop the slideshow, copy the new one to the standalone system, then start the slideshow back up. I can stop the slideshow remotely and copy the file no problem. My issue is when I try to issue this command: "psexec -u localuseraccount -p password \\FQDN -h -i c:\Slideshow\slideshow.pptx" I get a "The system cannot find the file specified" error.
I've created the same directory on my machine and the target machine to store the powerpoint file. On the target machine I created a local administrator account that is logged in. I verified that the administrators group has full control of the directory storing the powerpoint file.
Anybody have an idea on what is causing the issue?
I've created the same directory on my machine and the target machine to store the powerpoint file. On the target machine I created a local administrator account that is logged in. I verified that the administrators group has full control of the directory storing the powerpoint file.
Anybody have an idea on what is causing the issue?