Copy link to clipboard
Copied
Hi,
I am trying to use
I would rather consider using VB that you can run from app.doScript.
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Application.html#d1e42253__d1e45802
Don't have windows at hand but your vb might be like this:
Set appWD = CreateObject("Word.Application")
And you wouldn't worry about the exe location.
Plus you could automate more than just opening the app.
FWIW
Loic
Copy link to clipboard
Copied
I would rather consider using VB that you can run from app.doScript.
https://www.indesignjs.de/extendscriptAPI/indesign-latest/#Application.html#d1e42253__d1e45802
Don't have windows at hand but your vb might be like this:
Set appWD = CreateObject("Word.Application")
And you wouldn't worry about the exe location.
Plus you could automate more than just opening the app.
FWIW
Loic
Find more inspiration, events, and resources on the new Adobe Community
Explore Now