Loading App as the System starts


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Loading App as the System starts
# 1  
Old 04-15-2004
Loading App as the System starts

Hi Folks!


I am a Mac OS X user, and have written an Applescript application that I would like it to be run before the user logs in.

I have tryed leaving the Mac on the "Login Screen", that screen just before you log in typing name and password, and logging using ssh from another Mac on the network, and typing "sudo open /Application/NameofMyApp.app" and it works.

I would like to have this application running just before any user logs in, and been reading a little bit about crontab. But I think this is not the case for crontab.

I think I would need to manually change one of Unix's file that is read and loaded before any user logs in.

But which file?

Can anyone help me?

Thanks

Bernardo Höhl

Rio de Janeiro - Brazil
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to write a shell script that starts one, then kills it, then starts another?

This is on a CentOS box, I have two scripts that need to run in order. I want to write a shell script that calls the first script, lets it run and then terminates it after a certain number of hours (that I specify of course), and then calls the second script (they can't run simultaneously) which... (3 Replies)
Discussion started by: btramer
3 Replies

2. UNIX for Dummies Questions & Answers

What Makes an App the System Default?

Hi! I'm not sure how, (or if), Apple updates stuff in the standard unix installation of OS X, but whenever I have occasion to check a version number of something in my standard install, it is outdated. Normally, I will then install the newer version via ports, which usually becomes the default.... (3 Replies)
Discussion started by: sudon't
3 Replies

3. UNIX for Dummies Questions & Answers

chmod ug-s /System/Library/CoreServices/RemoteManagement/ARDAgent.app/.... NOT PERMITTED

After much reflecting I decided that I don't want to have a remote managemente in my computer and I digited in Terminal from the Administrator Account: chmod ug-s /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAgent But the answer is: NOT PERMITTED Why? Is it not... (6 Replies)
Discussion started by: Vera
6 Replies

4. Red Hat

Error loading operating system

i do not know much about linux, but i have a machine running ONLY red hat enterprise linux AS (or at least that is what i used to see when i start my machine). i was doing something on my machine and there was a power cut. my system went off and now when i restart the machine the first thing it... (2 Replies)
Discussion started by: esibobo
2 Replies

5. UNIX for Advanced & Expert Users

Declaring LD_PRELOAD system wide for dynamic loading

Dear Fellows; As being new to linux, i have tried to synamically load a custom library which overrides some system calls like conncet(), socket() etc.... for custom purposes. It works well, if declaring the environment path LD_PRELOAD and execution of the application to be override... (0 Replies)
Discussion started by: mzeeshan
0 Replies

6. Filesystems, Disks and Memory

why the inode index of file system starts from 1 unlike array index(0)

why do inode indices starts from 1 unlike array indexes which starts from 0 its a question from "the design of unix operating system" of maurice j bach id be glad if i get to know the answer quickly :) (0 Replies)
Discussion started by: sairamdevotee
0 Replies

7. Shell Programming and Scripting

Function loading in a shell scripting like class loading in java

Like class loader in java, can we make a function loader in shell script, for this can someone throw some light on how internally bash runs a shell script , what happenes in runtime ... thanks in advance.. (1 Reply)
Discussion started by: mpsc_sela
1 Replies

8. UNIX for Dummies Questions & Answers

Loading redhat causes system to reboot over and over

Hi folks, I tried to load a copy of redhat from CD to an HP6640C. The system reads the first disk and offers me a choice to use the graphic load or the text load. I selct either one and the system seems to start reading the disk then it reboots. It does not give me any errors and except that... (0 Replies)
Discussion started by: Alkazjazz
0 Replies

9. Shell Programming and Scripting

loading custom app at startup

how would I set up a custom application to startup at boot up. Also where would I look to see what application already startup. I don't mean the /etc/rc.d/.... directory. I need to see all the custom applications that are not part of the linux environment. Thank you. (1 Reply)
Discussion started by: cubs0729
1 Replies

10. Programming

Loading Gdb And Gcc In Unix System

Can any one help me out???? I need to install GDB and GCC in an UNIX machine. can any one point me to any lucid pointer to it. The gNU help on this is proving to be little tangential for me. (2 Replies)
Discussion started by: rraajjiibb
2 Replies
Login or Register to Ask a Question
SCSELECT(8)						    BSD System Manager's Manual 					       SCSELECT(8)

NAME
scselect -- Select system configuration "location" SYNOPSIS
scselect [-n] [new-location-name] DESCRIPTION
scselect provides access to the system configuration sets, commonly referred to as "locations". When invoked with no arguments, scselect displays the names and associated identifiers for each defined "location" and indicates which is currently active. scselect also allows the user to select or change the active "location" by specifying its name or identifier. Changing the "location" causes an immediate system re- configuration, unless the -n option is supplied. At present, the majority of preferences associated with a "location" relate to the system's network configuration. The command line options are as follows: -n Delay changing the system's "location" until the next system boot (or the next time that the system configuration preferences are changed). new-location-name If not specified, a list of the available "location" names and associated identifiers will be reported on standard output. If specified, this argument is matched with the "location" names and identifiers and the matching set is activated. SEE ALSO
configd(8) HISTORY
The scselect command appeared in Mac OS X Public Beta. Mac OS X November 4, 2003 Mac OS X