Amiga.org
Amiga computer related discussion => Amiga Software Issues and Discussion => Topic started 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?
-
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