Short: load/lock libs so they cant be flushed Author: megacz@usa.com Uploader: megacz usa com Type: util/cli Version: 0.0.2 Replaces: util/cli/molib.lha Requires: see notes Architecture: m68k-amigaos; generic molib-0.0.2 ------------ --- 'molib' is a proggy that can load and/or lock any library that can be found in 'libs:'. I wrote this tool because i found that loading some libraries with 'Loadresource' or 'LoadResident' is not very system conform and may cause software crashes. This is imo the best way to keep the libraries at hand all the time. --- NEWS: [02-May-2008] 0.0.2 It was definetly too big(~10 KiB) so now its only ~1 KiB long and has memory allocation! --- NOTES: Requires 68000+, OS 1.3(theoretically)+, 4+ KiB of free memory --- TEMPLATE: *** template: molib [--dontwait] [library] ... --dontwait - will not wait for the singal so you wont be able to unlock but this way it will detach from the current console. --- EXAMPLES: load once and dont care, molib --dontwait rxserial.library taglist.library systemplus.library or, load and wait for the signal to unload, changetaskpri -127 run molib identify.library disassembler.library condios.library changetaskpri 0 in this second example you can then use 'scout' or any other program that can signal tasks, you may also like to '>nil:' it. --- megacz@usa.com