
echo "Copying Librarys and Fonts and Stuff"
wait 2
if exists sys:libs/CanDoGfx.library
echo "CanDoGfx Library already there!"
wait 3
else
copy df0:tgm/libs/CanDoGfx.library to sys:libs/
endif
if exists sys:c/togglewb
echo "ToggleWB is already there!"
wait 3
else
copy df0:tgm/c/togglewb to sys:c/
endif
if exists sys:fonts/orient
echo "Orient already there!"
wait 3
else
copy df0:tgm/fonts/orient to sys:fonts/
endif
if exists sys:fonts/orient.font
ECHO "Orient.font already there!"
wait 3
else
copy df0:tgm/fonts/orient.font to sys:fonts/
endif
ECHO "Fini"
wait 5


