home *** CD-ROM | disk | FTP | other *** search
/ Dream 49 / Amiga_Dream_49.iso / amiga / workbench / commodoties / fastassign.readme < prev    next >
Text File  |  1998-02-11  |  2KB  |  69 lines

  1. Short:    Fast Assign all your assigns+asm source
  2. Author:   Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
  3. Version:  3.06b
  4. Type:     util/sys
  5. Uploads:  Rafal 'Rafik' Konkolewski (brainiax@manta.univ.gda.pl)
  6. Requires: Kickstart v37 or higher
  7.  
  8. Short assembly program with all assign can be done in one command.
  9. Source included so You can add your own assigns.
  10. Should work on kick 2.0 but not testet!
  11. Its Freeware!
  12.  
  13. replace for commands:
  14.  
  15. makedir ram:T
  16. makedir ram:env
  17. Assign >NIL: ENV: ram:ENV
  18. Assign >NIL: T: RAM:T
  19. Assign >NIL: CLIPS: ram:T
  20. Assign >NIL: REXX: S:
  21. Assign >NIL: PRINTERS: DEVS:Printers
  22. Assign >NIL: KEYMAPS: DEVS:Keymaps
  23. Assign >NIL: LOCALE: SYS:Locale
  24. Assign >NIL: LIBS: SYS:Classes ADD
  25. Assign >NIL: HELP: dh0:Help DEFER
  26.  
  27. Install:
  28. Remove commands below and add fastassign in your startup-sequece
  29.  
  30. There is also option to add more assigns as a cli argument!
  31.  
  32. Option ARGONLY will turn off build in assigns
  33.  
  34. Usage example:
  35.  fastassign Sources: hd1:Sources mui: sys:mui
  36. this will assign all (env: ram:env t: ram:t etc..)
  37.  
  38.  fastassign ARGONLY Sources: hd1:Sources mui: sys:mui
  39. this will only assign Sources: & mui
  40.  
  41. It works same as assign so you should not have problems.
  42.  
  43. BTW don't need to add ':' in first argument ex:
  44.  fastassign sources hd1:prg/asm/
  45. Will work same as 
  46.  fastassign sources hd1:prg/asm/
  47.  
  48. Email:
  49.  brainiax@manta.univ.gda.pl or mars@biomed.eti.pg.gda.pl
  50.  
  51.  
  52. Sorry about my english hope you can understand me...:)))
  53.  
  54. Some guy wrote to me saying that he do same program with same name,
  55. & he send it to aminet with source. Sorry... :(((
  56. I lost your addres send me your fast assign i will put it with my.
  57.  
  58. History:
  59.  Version 3.3    Handles also line output
  60.         Sources written in my way. Use Trashm'one cos asm can not
  61.         handle my specyfic macros 'ml (a0,d0.w),d0' won't work in asm
  62.         the ',' is treated as next argument for macro.
  63.         Trashm'one work good, anyone have new version of it ?
  64.         send me...
  65.  3.05 name should me .03 not .3 better source explanation (now in english::)
  66.       it will automaticly createdir.
  67.        Assign add, late, path added.! (but only in source)
  68.  3.06 arguments works again :)))
  69.