Hi everybody,
I've written three small utilities which are very useful and save you a lot
of time ...

The first one is called CSTX.
Maybe you know the effort you have to put in writing the list and then
you would like to have it in the right order.
My idea was to create a folder called CSTX which has CST modules in it.
You can define the CST button now very easily, just follow these steps :

First download the CSTX file, run ASC->, and store it as CSTX.
The installed modules won't work with your configuration 'cause you use
different names for the directories than I do ...

To write a module just do this:

Constant     :     { name_of_constant value_of_constant }
              e.g. { c 300000000 }

Tagged Const.:     { name_of_constant << value "description" ->TAG >> }
              e.g. { c << 300000000 "[m/s]" ->TAG >> }

Programs     :     { name_of_program << HOME path1 path2 ... program >> }
              e.g. { TETRIS << HOME XTRA GAMES TETRIS >> }

advanced Prgs:     { name_of_program << PATH SWAP HOME path1 path2 ... program
                   EVAL >> }
              e.g. { SHOWPIC << PATH SWAP HOME XTRA GRAPHIC SHOWPIC EVAL >> }
              tip: The SHOWPIC program is
                   << PICT STO { } PVIEW PICT >>
                   (You can drop picture GROBS on the stack, press CST and
                   then the SHOWPIC button ... you will see the picture
                   without moving around in your directories etc.)

                   The advantage is that you always return to the directory
                   where you pressed the CST button, but unfortunately this
                   doesn't work with every program because some of them
                   are cleaning the stack or writing some stuff at their end.


Now the main program ->CST :
Just select the modules in the folder you would like to have in the right
order. Don't forget to count how many modules you have selected !
At the end type in the number and press ->CST .
This program will put the modules together and stores it in the CST-variable
in the HOME-directory ...





That's it. I hope you enjoy it and if you have any ideas what could be
worth to change just drop me a line.
Also if you use this utility please send me a message.
These programs are free.

Bye                          __@
   Olly                  cc-\\-<,>
       the biker        (X)--/-~(X)

PS: I hope there aren't too many mistakes in the description 'cause my
    nature language is still German ...


