I love the "Switch to if Active" setting on Command Lists when running 
a file.

Is it possible to place this option in a powerpro commandline argument?

Currently I'm using scripts to achieve this (without the "show at 
start"; maximized,normal,etc.) which I would like to implement in a 
one liner commandline if possible or the simplest manner. And I'm 
aware that I can make hotkeys and bars which I have implemented 
already (quite a few) but I need COMMANDLINE here if possible.

Exists=win.visible("=indesign")
If (Exists == 1) Do
win.show("=indesign")
Else
"C:\Program Files\InDesign\InDesign.exe"
EndIf

Reply via email to