Quote:

k, now we are talking.
when you do that, I might even try experimenting with it




O.k....best I can do for now is this: If you close the settings screen I only mess with the associations if I'm already the default in there. If you add me I make me the default and keep track of the old default. If you then remove me I put the last one that was back in.

On the plus side I think I've found a decent block of code to do a HTML export. I'm almost done cleaning it up. My test code, which clocks in at 45k, exports to HTML at 210k with full font size, color, and type support or 150k for just color support. I guess thats pretty decent. Heres a block exported:

If Val(@KIX) >= 4
   
$Inventory = '\\' + $myresourceserver + '\logon\Inv\' + @WKSTA + '.HTM'
    If Exist($Inventory)
        ?
"Inventory file exists on server. Not running inventory scripts."
    Else
        ? "Running PC Inventory"
        Call '\\' + $myresourceserver + '\logon\COMPINFO2.KIX'
    EndIf
Else
    ? "Kixtart version is less then 4. Can't run inventory yet."
EndIf


Nifty stuff. Now I'm debating the use of right clicking a section of text and being able to automagically copy whats selected to the clipboard as HTML for easy posting. Would that be something useful?

On another note thanks to those that are beta testing the software. 2.99 is up and pretty stable and I've gotten a couple notes on things to look at. Its very helpful, plesae keep it up.

-Allan
_________________________
Kixtarter - KiXtart Script Editor
http://www.AllanDynes.com/