At 10:09 01.06.01 -0400, you wrote:
I have several applications that I want to run every time the system (RaQ4) is booted. What is the easiest way to do this? Brad S Konia
Hi Brad Just do the following as root: "cd /etc/rc.d/" "pico -w rc.local" On the end of this file just add your apps you wanna start on bootup. hth Marc