trying to launch powerpoint slideshow with vbscript. it will launch application, but I have been unable to run the slideshow itself. any help or directions to find information will be appreciated.
I took a look at the website that I went to, but it did not have what I needed to make it work, it still launches power point but, not the slide show. I have listed the filename in the script, but it doesn't launch, Perhaps I am not using correct way to call up a powerpoint slide, I was thinking that it would be the same as bringing up a document in winword, or an image file using Paint or similar program. if different. I have read documentation from MS website, but can't seem to find the information that I was looking for. I am new to scripting, so error is probably mine. I apppreciate any ideas.Thanks
Make sure you have the /s after powerpnt. that is the switch that tells power point to run the slide show. on this line
WshShell.Run "Powerpnt"
needs to be
WshShell.Run "Powerpnt /s filename "
Rich Bateman
American Bank of Texas select * from Life where Brain is not null
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.