joneebravo
Programmer
I wanted to post this since it was difficult finding a solid answer to a simple question. I finally figured it out and made it as simple as possible.
Dim wshshell
Set wshshell=CreateObject("wscript.shell")
wshshell.Run ("C:\G120_ParMan_1108_en.pdf")
Set wshshell=Nothing
Obviously, your file location will be different based on your storage path.
Once the script is scanned, the file will open assuming you have Adobe loaded on your machine.
joneebravo
Dim wshshell
Set wshshell=CreateObject("wscript.shell")
wshshell.Run ("C:\G120_ParMan_1108_en.pdf")
Set wshshell=Nothing
Obviously, your file location will be different based on your storage path.
Once the script is scanned, the file will open assuming you have Adobe loaded on your machine.
joneebravo