BackOnTrack
Handy Tracker and Deskbar Relauncher
Copyright © 1999 Tyler Riti and Fly By Night Productions

Uninstalling

  1. Open up a Terminal.
  2. Type BackOnTrack --quit and press enter.
  3. Open up the UserBootscript and UserShutdownScript in the /boot/home/config/boot folder.
  4. Delete the following lines from the UserBootscript:
    # -- START BackOnTrack -- DO NOT ALTER THIS LINE --
    if [ -e /boot/home/config/bin/BackOnTrack ] ; then
    	/boot/home/config/bin/BackOnTrack &
    fi
    # --  END  BackOnTrack -- DO NOT ALTER THIS LINE --
  5. Delete the following lines from the UserShutdownScript:
    # -- START BackOnTrack -- DO NOT ALTER THIS LINE --
    if [ -e /boot/home/config/bin/BackOnTrack ] ; then
    	/boot/home/config/bin/BackOnTrack --quit
    fi
    # --  END  BackOnTrack -- DO NOT ALTER THIS LINE --
    Yes, I know this is really messy. I'll include an uninstaller in future versions.

Fly By Night Productions