Open a *.pdf file using tcl script
Jaggs
New Altair Community Member
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