Short: Fast Assign all your assigns+asm source Author: Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl) Type: util/sys Version: 3.05 Requires: Kickstart v37 or higher Architecture: m68k-amigaos Uploads: Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl) Short assembly program with all assign can be done in one command. Source included so You can add your own assigns. Should work on kick 2.0 but not testet! Its Freeware! replace for commands: makedir ram:T makedir ram:env Assign >NIL: ENV: ram:ENV Assign >NIL: T: RAM:T Assign >NIL: CLIPS: ram:T Assign >NIL: REXX: S: ;!This one no Assign >NIL: PRINTERS: DEVS:Printers Assign >NIL: KEYMAPS: DEVS:Keymaps Assign >NIL: LOCALE: SYS:Locale Assign >NIL: LIBS: SYS:Classes ADD ;!This one no Assign >NIL: HELP: dh0:Help DEFER Install: Remove commands below and add fastassign in your startup-sequece Usage example: fastassign ARGONLY Sources: dh3:prg/asm/sources mui: sys:mui etcetc... ARGONLY turn off build in assigns (see below) or fastassign this will assign all commands below It works same as assign so you should not have problems. BTW don't need to add ':' in first argument ex: assign sources hd1:prg/asm/ Will work same as assign sources hd1:prg/asm/ Email: brainiax@manta.univ.gda.pl or mars@biomed.eti.pg.gda.pl Sorry about my english hope you can understand me...:))) Somebody insist my to do version with can also get line assign so here is it. Also another guy wrote to me saying that he do same program with same name, & he send it to aminet with source. So now i change the name to FastAssignPlus :) hope he like it. History: Version 3.3 Handles also line output Sources written in my way. Use Trashm'one cos asm can not handle my specyfic macros 'ml (a0,d0.w),d0' won't work in asm the ',' is treated as next argument for macro. Trashm'one work good, anyone have new version of it ? send me... 3.05 name should me .03 not .3 better source explanation (now in english::) it will automaticly createdir. Assign add, late, path added.! (but only in source) late, path not tested too much (my disk drive is dead) :((