
echo "Copying Librarys and Stuff"
wait 2
if exists sys:libs/CanDoGfx.library
echo "CanDoGfx Library already there!"
wait 3
else
copy DF0:DDR/libs/CanDoGfx.library to sys:libs/
endif
if exists sys:libs/inovamusic.library
echo "Inovamusic Library already there!"
wait 3
else
copy DF0:DDR/libs/inovamusic.library to sys:libs/
endif
if exists sys:c/togglewb
echo "ToggleWB is already there!"
wait 3
else
copy DF0:DDR/c/togglewb to sys:c/
endif
if exists sys:c/mouseop
echo "MouseOp is already there!"
wait 3
else
copy DF0:DDR/c/mouseop to sys:c/
endif
ECHO "Fini"
wait 5


