[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: getting further (was a traceback error when I try Vocola)



 > 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



Why do you want this page removed?