CHeighlund
Programmer
A program I'm working on creates a .csv file as output. My boss has decided that it should be output in printable form (and the .csv isn't very pretty to look at in Notepad). Opening the file in Excel, or OpenOffice's Calc, would solve that problem and allow for nice printouts. However, on my Dev box the .csv file extension is associated with Notepad, and I don't know what associations that extension may have on the enduser's system. Is there some way I can force the file open in Excel or Calc, preferably without trying to change the extension associations?