in my perl/tk-programm I want to open a word-document with the dos-
command 'start' in this way :
system ("start filename.doc"). It takes a very long time till MS-Word
comes up and then it doesn't show the document. with jpg, pdf and so
one it works fine.
Tia
Pit
You sure you are starting in the right place? How about:
start word /D<path-to-doc> filename.doc
Where "word" is the title argument to start.
this also doesn't work
Pit
as far as I rememer name of MS Word (TM) is "msword" instead of
"word".
-Roland