Re: Determine who ran an application

2008-08-12 Thread Kyle Sluder
On Tue, Aug 12, 2008 at 1:09 PM, GARRISON, TRAVIS J. <[EMAIL PROTECTED]> wrote: > I think that is whats needed. This is an application that will look up > the account in Active Directory and looks for a logon script. If the > logon script exists, then present a computer use agreement that the user

Re: Determine who ran an application

2008-08-12 Thread Kyle Sluder
On Tue, Aug 12, 2008 at 12:01 PM, GARRISON, TRAVIS J. <[EMAIL PROTECTED]> wrote: > I am new to Cocoa and Xcode, so please bear with me. I am editing an > existing application that we have. The application is set to run when > the user logs into the machine through a loginHook. We have to pass the >

Re: Determine who ran an application

2008-08-12 Thread Jason Coco
On Aug 12, 2008, at 12:01 , GARRISON, TRAVIS J. wrote: I am new to Cocoa and Xcode, so please bear with me. I am editing an existing application that we have. The application is set to run when the user logs into the machine through a loginHook. We have to pass the %USER% variable as an argu

Determine who ran an application

2008-08-12 Thread GARRISON, TRAVIS J.
I am new to Cocoa and Xcode, so please bear with me. I am editing an existing application that we have. The application is set to run when the user logs into the machine through a loginHook. We have to pass the %USER% variable as an argument. I would like to pull the username from directly in the a