Running a specified program.
ArborX


Summary
Macro to run a specified program.

The example below will run MS OUTLOOK when executed, or any other application given the correct path name:

 !!start "" "C:\Program files\Microsoft Office\Office\OUTLOOK.EXE"

Or a simplified version, this will run Word Perfect when executed:

 ! wp

Document created on 08-Feb-2003 (revision 1)