Execute Requestor
Ok, Allan try this…
Insert the Execute Command Icon in your AmigaVision flow at the position
you need it. Then, double click on the Execute Icon. Click on the
multi-state button gadget until it is set to CLI mode, with the other
multi-state button set at either Workbench or Custom screen. Then in the
filename text gadget enter this: SYS:C/ASSIGN STUFF: RAM: This will assign
the volume name STUFFG: to the ramdisk. Try it out and see if it doesn't
work (a simple program with just an Execute Icon is sufficient to test it).
Remember that AmigaVision is very picky about pathnames. It uses complete
paths for all it's assignments, evidently the Execute Icon expects that
degree of specification as well, even for commands normally found in the C
directory.
-Lou