Launching application with a document
Hi, does anybody know how to launch an application so that it will load the document file supplied? On the Macintosh Common Lisp this was done easily with a little function (launch-application "application name" "file") that I'm missing... I know that LispWorks has the capability to communicate with other programs, but I have to admit that the documentation appears much too complicated for a person without a deeper knowledge on Windows internals. Any hints to the right direction would be helpful. Pekka