WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

Winbatch Studio
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

CLR Files for Other Extensions


Question:

Is it possible to create other CLR files for other file extensions to use in WinStudio? I compiled a list of xsl:keywords that I'd like to use with the HTML extension.

Answer:

Simplest way would be to add your list to HTML.clr. Then do a registry search for "Winbatch Studio" and under "HKEY_USERS\Your Name Here\Software\Wilson WindowWare\WinBatch Studio\Settings\File mapping" add a new string "XSL" with a value of "HTML".

In the "...\Settings\File type\HTML" key add the value "*.xsl" to the FileOpenMask string.

Add a new color value "XSL" under the color section in "HTML.clr" and set your new keywords equal to it.

---------------------------------------
fileopen(xlslist, 'write')
fileopen('html.clr', 'append')
.
.
.
---------------------------------------
And you're all set.
Article ID:   W16263
File Created: 2004:03:30:15:43:40
Last Updated: 2004:03:30:15:43:40