Create readable text `.bas' for each tokenized BASIC `,ffb' file.
[ssr] / StraySrc / MiscToys / CheckSD / README
CommitLineData
2ee739cc 1CHECKSD
2~~~~~~~
3
4This is a silly little program which provides a warning banner when you
5close your machine down. I find this useful to have around, because I
6seem to do this by accident quite often, particularly when there's no
7unsaved data in any applications, and it annoys me greatly.
8
9The program's an absolute application which requires one page of memory.
10I couldn't be bothered to make it a module, although it should be
11amenable should someone else want to make the effort. It requires
12Sculptrix to be available. It's quite capable of setting its own Wimp
13slot, and the warning window is embedded in the program binary.
14
15[mdw]