Archive: Newbie: launch a file [not an .exe] after install


Newbie: launch a file [not an .exe] after install
How can I launch a Quicktime Movie file [not an .exe] after installation? Is this possible ?

many thanks
g


It should work in the same way as the executable. If it doesn't you will ahve to use the ExecShell command.

Vytautas


ExecShell is what you need.

e.g.

ExecShell "open" "file.mov"

-Stu


many thanks :)
that is exactly what I needed to know
g