home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dream 49
/
Amiga_Dream_49.iso
/
amiga
/
workbench
/
commodoties
/
fastassign.readme
< prev
next >
Wrap
Text File
|
1998-02-11
|
2KB
|
69 lines
Short: Fast Assign all your assigns+asm source
Author: Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
Version: 3.06b
Type: util/sys
Uploads: Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
Requires: Kickstart v37 or higher
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:
Assign >NIL: PRINTERS: DEVS:Printers
Assign >NIL: KEYMAPS: DEVS:Keymaps
Assign >NIL: LOCALE: SYS:Locale
Assign >NIL: LIBS: SYS:Classes ADD
Assign >NIL: HELP: dh0:Help DEFER
Install:
Remove commands below and add fastassign in your startup-sequece
There is also option to add more assigns as a cli argument!
Option ARGONLY will turn off build in assigns
Usage example:
fastassign Sources: hd1:Sources mui: sys:mui
this will assign all (env: ram:env t: ram:t etc..)
fastassign ARGONLY Sources: hd1:Sources mui: sys:mui
this will only assign Sources: & mui
It works same as assign so you should not have problems.
BTW don't need to add ':' in first argument ex:
fastassign sources hd1:prg/asm/
Will work same as
fastassign 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...:)))
Some guy wrote to me saying that he do same program with same name,
& he send it to aminet with source. Sorry... :(((
I lost your addres send me your fast assign i will put it with my.
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)
3.06 arguments works again :)))