shiva_42
05-02-2002, 04:22 PM
I'm building a front-end menu for CD's which will have an HTML page as the startup page. On this page I want to include a hyperlink button to call the ppview32.exe Power-Point viewer and pass the name of a presentation as a parameter. For example, if this was being typed on the command line, the command would be "ppview32.exe filename.ppt" without the quotes. This would invoke the viewer and call the named presentation, which would automatically start running.
The problem is, when I try to pass the presentation name as a parameter inside of my index.html front-end document, it fails. The power-point viewer never starts, and the presentation is not visible. If I just call ppview32.exe, the viewer starts, but then prompts the user for the name of the slideshow to use.
How do I pass this program name parameter on a hyperlink in the HTML document? All of the files, both program and data are in the root directory of the CD in question, and the front-end menu I'm attempting to use is the freeware application named JMENUCD.
P.S. If I call a batch file to invoke the same stuff as on the command-line mentioned above, of course it works properly...but I'm trying to avoid having a .bat file in control if possible. This appears to be my ignorance of how to pass a parameter inside of a hyperlink to a file on the same disk.
:confused: :mad: :eek:
The problem is, when I try to pass the presentation name as a parameter inside of my index.html front-end document, it fails. The power-point viewer never starts, and the presentation is not visible. If I just call ppview32.exe, the viewer starts, but then prompts the user for the name of the slideshow to use.
How do I pass this program name parameter on a hyperlink in the HTML document? All of the files, both program and data are in the root directory of the CD in question, and the front-end menu I'm attempting to use is the freeware application named JMENUCD.
P.S. If I call a batch file to invoke the same stuff as on the command-line mentioned above, of course it works properly...but I'm trying to avoid having a .bat file in control if possible. This appears to be my ignorance of how to pass a parameter inside of a hyperlink to a file on the same disk.
:confused: :mad: :eek: