Hi
I know that I can replace the Finder as the default application that's run by loginwindow by doing the following:
but does anyone know if it's possible to pass parameter to the application. I've got an app which I want to run instead of the Finder, but I need to tell it to write it's output to a log file, otherewise it just goes to standard out and is lost.
Cheers
yod
I know that I can replace the Finder as the default application that's run by loginwindow by doing the following:
Code:
defaults write /Library/Preferences/com.apple.loginwindow Finder /Applications/MyApplication.app
but does anyone know if it's possible to pass parameter to the application. I've got an app which I want to run instead of the Finder, but I need to tell it to write it's output to a log file, otherewise it just goes to standard out and is lost.
Cheers
yod