I thought it would be simple enough to make an Applescript application that could be started at login by the Lgin control panel. I wrote this code
Code:
<STRONG>tell application "Terminal"
run
do script "./dnetc/dnetc"
end tell</STRONG>
I have the dnetc executable in this location (home directory)/dnetc so the command i use in the terminal to start it is as simple as ./dnetc/dnetc
Although the check sysntax doesn't report any errors, it does say this when I run it "Terminal got an error: NSInternal Sript Error". I'm inclined to believe that something is wrong with the terminal and not the Applescript, but I don't know for sure. Anyhelp would be appreciated.