Re: Where to put script to run at startup
Re: Where to put script to run at startup
- Subject: Re: Where to put script to run at startup
- From: plumber <email@hidden>
- Date: Mon, 7 Jul 2003 20:59:48 +0200
ok it's not an apple script so what do you ask this here
you just need to open a book MacOSX User
my suggest was for a really app needs to be started at the boot time
as service by single system user
not to " play" with ie ? here== email@hidden->
applescript->dev->script->simple scripts or carbon-applescript apps
create a shell script in your startupitems folder
call your script with osascript command
cd /Library/StartupItems
mkdir myservice
cd myservice
touch myservice
"#!/bin/sh
. /etc/rc.common
osascript ./myscriptapp
#put your script in the same folder myscriptapp
osascript [-l language] [-e command] [-s flags] [programfile]
Regards Plumber
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.