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

Detailed Installation Steps

  1. Build the executable. A cross-platform makefile is provided.
  2. Move the binary to your ~/home/config/bin folder.
  3. Add the following to your 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 --
    NOTE: The content inside the start/end tags doesn't matter but the format of the start/end tags must match the above exactly.
  4. Add the following to your 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 --
  5. There is no step five.

Fly By Night Productions