Note: This application is fully PD so, basically, you can do what you like
with it.
AppFiler produces a nicely organised system to autoboot applications,
store and autoload modules, and allow someone with very little programming
knowledge to create star commands. I originally made it so that I could have an organised way of storing and using all those fiddly little PD
enhancements.
To use:
Run the application. Three icons will appear on the pinboard : Apps,
Commands and Modules. Clicking on these icons will open directory displays.
You can use these to store various programs. All applications in the apps
directory will be booted when AppFiler is run. The commands directory
already contains a few commands I have produced. If you want to make a star
command, simply place a program in this directory. Then, at the command line prompt, type the name of the program (not the filepath), and lo and behold -
the program will run! (useful for those among us who aren't assembler
experts). The modules directory contains two sub-directories : AutoLoad and
Store. Any modules in the AutoLoad directory will be loaded when
AppFiler is run. You can only store 10 modules in the modules directory, if
you want to use more, and are fluent with BASIC, just alter the !RunImage
file (I'll give you a clue : FOR ... NEXT loops). The Store directory is just for those that you do not want to load every time AppFiler is run.
Some time I'll make an option to auto-run the applications. Any other