🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Open a *.pdf file using tcl script

User: "Jaggs"
New Altair Community Member
Updated by Jaggs

Can anyone please help me in opening a *.pdf file through tcl script in Internet Explorer.

 

Thanks in advance.

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "AltairEnginyaaring"
    Altair Employee
    Updated by AltairEnginyaaring

    Hi

    Try this

     

    exec 'C:/Program Files/Internet Explorer/iexplore.exe' 'C:/Users/Nyaaa/Desktop/test.pdf'

    User: "tinh"
    Altair Community Member
    Updated by tinh

    If you don't want hm to wait iexplorer.exe, add ' &' at the end