I have a small java windchime generator which i would like to start at log-in, could someone please tell me how to achieve this?
I've written a small (executable) batch file:
which i dropped into .kde/Autostart.... but all that does is starts Kate.
Any guidance will be appreciated
I've written a small (executable) batch file:
cd Sounds/javachimes
java -jar javachimes.jar
java -jar javachimes.jar
Any guidance will be appreciated
Comment