firepages
06-05-2007, 09:29 AM
Hi, I have to write up a quick something to..
1) download a .pps from an ftp server (noprobs)
2) stop the running pps presentation (stuck)
3) start the new (downloaded) version of the pps (depends on 2)
I can write a batch script to download the lastest PPS and start it with no issues , but not sure how I would close the currently running pps presentation, how would I get a handle on that in a simple batch script ?
I could use PHP to exec a process viewer and kill all pps processes but that seems really violent and I am sure there is a more elegant solution in say VB or something ... any ideas ?
1) download a .pps from an ftp server (noprobs)
2) stop the running pps presentation (stuck)
3) start the new (downloaded) version of the pps (depends on 2)
I can write a batch script to download the lastest PPS and start it with no issues , but not sure how I would close the currently running pps presentation, how would I get a handle on that in a simple batch script ?
I could use PHP to exec a process viewer and kill all pps processes but that seems really violent and I am sure there is a more elegant solution in say VB or something ... any ideas ?