PDA

View Full Version : How can a button in AMS open a pre installed program in Windows??



ph4824
07-20-2001, 08:44 AM
I want a button to be able to open a pre installed program in windows like my MP3 player or Adobe acrobat reader for example.

I can't see a way of doing it but believe there must be a way.

Now I am new to variables and Boolean expressians, so please give me an idiots guide if you will.

Much appreciated, thanks in advance.

Adam
07-20-2001, 01:14 PM
You can execute any program in windows but you need to know where this program is located. So using an Execute Program action it could look like this:
Target: C:\Program Files\Adobe\Acrobat 5.0\Reader\AcroRd32.exe
Arguments:
Working Dir:

I hope this clarifies things for you.



------------------
Adam Kapilik
Indigo Rose Corporation

ph4824
07-23-2001, 05:56 AM
Great, this helps alot.

Thanks