6 posts
Posted 05 September 2012 - 11:29 PM
Hi everyone, I was wondering if I could have the computer print something on startup, here's what I have so far in the startup file. I got this from
this tutorial, so thanks to him. When I start the computer, it starts and boots fine, but nothing is printed.
55 posts
Location
Everywhere.
Posted 05 September 2012 - 11:33 PM
You set a function, but you never atually used it. just add
printLogo()
to it after the last end there, and it will work fine.
6 posts
Posted 06 September 2012 - 12:10 AM
You set a function, but you never atually used it. just add
printLogo()
to it after the last end there, and it will work fine.
It works, thanks :D/>/>