Open a *.pdf file using tcl script
Jaggs
New Altair Community Member
Can anyone please help me in opening a *.pdf file through tcl script in Internet Explorer.
Thanks in advance.
0
Answers
-
Hi
Try this
exec 'C:/Program Files/Internet Explorer/iexplore.exe' 'C:/Users/Nyaaa/Desktop/test.pdf'
0 -
If you don't want hm to wait iexplorer.exe, add ' &' at the end
0