
Questions and answers, all around CATScript programming.
Continue reading...

This CATScript shows how to implement a custom dialog window
other than MsgBox and InputBox -
freely programmable and customizable.
The dialog is based on a HTA:Application and
in combination with
wshell
and mshta.exe
.
Continue reading...
CATScript OOP programming Object-oriented programming (OOP) is not so frequently used for CATScript macros.
This is why I’d like to present some code for a generic OOP class here mainly to see how it looks like and what the benefits and possible drawbacks are.
Continue reading...

Object-Oriented-Programming with CATScript Object-oriented programming (OOP) is not commonly used in CATScript macros, or at least, there is not so much information and sample-code available on the web or in various books and documentation I looked at.
However, CATScript - similar to VBS - does support class declarations, so there is no excuse for an adventurous programmers to not use it.
Continue reading...

This is a guide on how to enable the “Function List” feature in Notepad++ when editing CATScript source code files.
Continue reading...
QLOCKTWO - Javascript version Build in pure html, css and javascript. No images were used. It supports five languages (english, german, french, italian and spanish) and you can change the color.
Full screen mode...
●
●
●
●
en |
de |
fr |
it |
es
Credits QLOCKTWO from Biegert & Funk (http://qlocktwo.
Continue reading...

HelpViewer - a tcl/tk widget The helpviewer widget represents the core functionality for for the helpviewer application. The functionality is based on Tkhtml3.0 (shared library) and subsequently on the html3widget (tcl/tk source package).
Usage: After download, the package might not run out of the box.
Continue reading...

Create Markdown Table of Content A small utility function to create a table of content section at the beginning of a markdown file.
Purpose Let’s assume the following work-flow:
Usually I use a text editor (preferable with code highlighting for the markdown syntax) for text-writing.
Continue reading...

How to program a recursive directory listing I came across the idea to create a summary page showing all files which are stored in a directiory down below Hugo’s /static folder. Here is a brief description of how such a shortcode could be implemented.
Continue reading...

File rename utility Welcome to the file rename utility
Purpose This utility renames all files of a given directory so that the last modified date of each individual file is added as prefix at the very beginning of the filename.
Continue reading...