Icons for Radium and Shellplayer.
[AROS-Contrib.git] / MultiMedia / radium / RADIUM.RUN
blob979f09f581a906e457a1fb65b481d32d02735329
2 failat 21
4 assign >nil: radium: EXISTS
5 IF WARN
7         echo "Can not find Radium: Assigning it to S:"
8         assign Radium: s:
10 EndIf
13 IF EXISTS DEVS:midi
15     assign >nil: RAD: EXISTS
16     If WARN
17       echo "Rad: not mounted. Mounting..."
18       mount >nil: RAD:
19       Wait 3 SECS
20     EndIf
22     Radium
24 Else
26   echo "Devs:midi not found"
27   Wait 10 SECS
29 Endif