; $VER: AROSTCP-PackageStartup 1.2 (11.11.2010)
; AROSTCP-PackageStartup (c) The AROS Dev Team.
;
Path "C" "S" ADD QUIET

Protect S/startnet s add quiet
Protect S/stopnet s add quiet

if ${AROSTCP/AutoRun} eq "True"
  C:Execute S/startnet
EndIf

if ${AROSTCP/WirelessAutoRun} eq "True"
  Run <NIL: >NIL: C:WirelessManager atheros5000.device
EndIf

if ${AROSTCP/MobileAutorun} eq "True"
  Run <NIL: >NIL: C:ModemManager
EndIf
