Hi, is there a way to launch an external application without having to tell the entire path?
ex:
test = Shell("Acrobat.exe c:\test.pdf", vbMinimizedFocus)
I tried this last one but It do not work! Since Acrobat can be installed anywhere on the PC I can't bet on a fixed path... and searching the entire drives is too long. What I want is to let windows detect the needed application...
thanks a lot
ex:
test = Shell("Acrobat.exe c:\test.pdf", vbMinimizedFocus)
I tried this last one but It do not work! Since Acrobat can be installed anywhere on the PC I can't bet on a fixed path... and searching the entire drives is too long. What I want is to let windows detect the needed application...
thanks a lot