Re: Opening a File in its Native Application

2008-04-23 Thread Owen
On Wed, 23 Apr 2008 17:34:25 -0700 (PDT) Lynn Etheredge <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to open a file in it's native application. It doesn't have a > specified extension, however, so I would need to specify the application > somehow. I saw > > system("start docname") > >

Opening a File in its Native Application

2008-04-23 Thread Lynn Etheredge
Hi, I would like to open a file in it's native application. It doesn't have a specified extension, however, so I would need to specify the application somehow. I saw system("start docname") but this doesn't specify the application. Thank you, Lynn ___