Open a *.pdf file using tcl script

Jaggs
Jaggs New Altair Community Member
edited October 2020 in Community Q&A

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

 

Thanks in advance.

Answers

  • AltairEnginyaaring_22523
    AltairEnginyaaring_22523
    Altair Employee
    edited February 2020

    Hi

    Try this

     

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

  • tinh
    tinh Altair Community Member
    edited March 2020

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