Command line questions
Posted: Wed Feb 19, 2025 2:50 pm
I've been able to get 2 slideshows to run simultaneously using command line switches and PowerShell, but I have some questions:
Is it possible to launch GPS on 3 monitors in a single command rather than 3 separate ones? Per the order of my monitors I would like it to run on I tried these, but it would only run on #3:
Invoke-Expression "& `"C:\Program Files\gPhotoShowPro\gPhotoShow64.exe`" /m4, /m2, /m3, /s SlideShow.gss"
Invoke-Expression "& `"C:\Program Files\gPhotoShowPro\gPhotoShow64.exe`" /m4 /m2 /m3 /s SlideShow.gss"
2. Similarly, I'd like to be able to exit all 3 at the same time instead of having to left click each monitor, then press ESC. Is that also possible?
Is it possible to launch GPS on 3 monitors in a single command rather than 3 separate ones? Per the order of my monitors I would like it to run on I tried these, but it would only run on #3:
Invoke-Expression "& `"C:\Program Files\gPhotoShowPro\gPhotoShow64.exe`" /m4, /m2, /m3, /s SlideShow.gss"
Invoke-Expression "& `"C:\Program Files\gPhotoShowPro\gPhotoShow64.exe`" /m4 /m2 /m3 /s SlideShow.gss"
2. Similarly, I'd like to be able to exit all 3 at the same time instead of having to left click each monitor, then press ESC. Is that also possible?