hi all, i have a program that only runs in windows. it is a program that processes information using your spare CPU clock ticks to try and help find a cure for cancer, in a similar way to the way the seti client works. the program can set itself to run automatically when you start windows, but since i tend not to use windows at all, this is not helpful to me. the program can be run in linux using the command wine /C/Program\ Files/United\ Devices/ud.exe and as far as i am aware it needs to be run with XWindows already going. now i want this program to be run automatically whenever a user logs in. how can this be done? i tried adding the command to the bottom of .login but that doesn't seem to work. where should i put it so it executes automatically when a user logs in?
thanks.


