Amiga.org

Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started by: keropi on January 07, 2007, 11:05:39 PM

Title: How can I make 2 icons to put on the Amidoc with commands to enable/disable poseidon?
Post by: keropi on January 07, 2007, 11:05:39 PM
I have this little prob, I want to add 2 icons on Amidoc to enable or disable poseidon usb stack by clicking them... but how can I make them?
the enable stack command is:
System:prefs/env-archive/PsdStackLoader

and the disable is:
System:c/AddUSBHardware REMOVE ALL

any help?
 :-?  
do I need to make a script or something? similar to dos batch files?
Title: Re: How can I make 2 icons to put on the Amidoc with commands to enable/disable poseidon?
Post by: quenthal on January 08, 2007, 12:39:29 AM
Yes, two scripts should do the work

enable_poseidon
run >NIL: System:prefs/env-archive/PsdStackLoader

disable_poseidon
run >NIL: System:c/AddUSBHardware REMOVE ALL

Save them somewhere, change correct attributes (script) and drag to Amidock