Terminal Startup Script

mtc7501

Message Board God
Does anybody out there know how to create a startup script for the terminal? (found in the preferences window) Basically my problem is that I run the distributed.net client, and it runs in the CLI. Everytime I startup my computer i have to type in the path of the program to run it. It is just a little annoying. I would like it to start the client when the terminal is opened at startup. Anybody know how to do this?
 
I don't know for sure. But have you tried creating a script using scriptwriter or whatever its called (in Utils), something like:

#!/bin/sh
/PATH/TO/PROGRAM/HERE

And then putting this script into your login items? There also may be a checkbox for "run in terminal". I can't check right now, i'm on an NT machine.
 
Back
Top