Hi there
from Word VBA I have code to check if an application is currently open.
if not then I would like to fire up the app. The application is the Document Management System 'Hummingbird - DMS',
to open up this app its not as simple as opening up the .exe of the app . as the .exe is not the main executable & is only a component.
to open up the app using Windows i can open it up via:
1. If I goto the menu Start> Run - type in'
%windir%explorer.exe /e,/root,::{4577EA30-A1DF-11D0-BA3E-00A024746296}' > click OK - this works.
someone mentioned it also works using the command line prompt but i coulnt get it to work?
does anyone know how i would run Start>Run via code?
if I the pcs are different operating systems WinNT4.0, Win2000 & WinXP - would the VBA code be different for each o/s?
many thanks diana



