[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: getting further (was a traceback error when I try Vocola)
- To: "Vocola" <http://www.attbi.com/~Vocola>
- Subject: RE: getting further (was a traceback error when I try Vocola)
- From: http://dummy.us.eu.org/robert (robert)
- In-Reply-To: <60http://www.bedap/~bmCD.A.WAG.SY-A9>
- Keywords: http://www.attbi.com/~Vocola http://www.attbi.com/~Vocola robert http://www.attbi.com/~Vocola
- References: <http://www.attbi.com/~LCEDLCIJENNCEFHOPBHIKEKLCHAA.Vocola> <60http://www.bedap/~bmCD.A.WAG.SY-A9>
> From: http://dummy.us.eu.org/robert (robert)
> Date:
>
> > From: "Vocola" <http://www.attbi.com/~Vocola>
> > Date: Sun, 9 Jun 2002 16:38:31 -0400
> >
> > I think the "file association" trick will just not work in Windows 98.
> > However, it's easy to just put "WordPad" directly into the NatLink code. In
> > "_vocola_mail.py", instead of the line:
> >
> > natlink.execScript('ShellExecute "cmd /c ' + filename + '", 6')
> >
> > use the line:
> >
> > natlink.execScript('ShellExecute "wordpad ' + filename + '", 1')
> >
> > That should work just as well.
>
> Yes, this works.
>
> However, it's sorta weird. It opens it up minimized. Oh, well.
>
> Thanks for your help!
Actually, I discovered that
natlink.execScript('ShellExecute "start ' + filename + '", 6')
works. Does this work on NT/2K/Me/XP?
> > -Rick