I would like to use Python to search Projectwise (a document management program). I thought this would work:
import subprocess
subprocess.call("Projectwise.exe")
However, it seems that Projectwise is not installed locally on my work computer. I cannot open the original file location from the shortcut. It is probably installed over all the office computers. Is it still possible to invoke Projectwise within Python?
edit: I have tried to find the application location, but the properties window doesn't show where the shortcut leads to.