| From: | Neil Bothwick |
| Date: | 22 Oct 2000 at 20:52:47 |
| Subject: | Re: Assigns. Grrrr |
Samuel Byford said,
> I use Dopus magellan II and having loads of assigns in my lister is a pain
> (well, ok, Im just lazy and dont like having to scroll down to access the S:
> assign!!!!)
Use hotlist.module. It lets you decide what appears in the lister.
> so what I want is to be able to still have the assigns assigned
> but not VISIBLE in my dopus list?
You can't do that.
> I know that in WB (-Dopus) assign >NIL: {assign:} does that, but it dont
> appear to work in Opus :(
Thre redirection to NIL: only redirects the output of the Assign
command, which you only get if it can't find the directory it is trying
to assign to.
If you launch programs from Opus buttons or menu items, make the assign
from there instead of from user-startup
AmigaDOS: cd Work:Programs/XYZ
AmigaDOS: Assign >NIL: XYZ: ""
AmigaDOS: XYZ
AmigaDOS: Assign >NIL: XYZ:
Sets the assign, runs the program and removes the assign when you quit.
Neil
Quote carefully and read all ADMIN:README mails