C Cue macrumors regular Original poster Nov 3, 2006 #1 I'm curious as to how I can run applications that I put in the "Applications" folder from the console. Did a rough search, couldn't find anything on the subject. TIA.
I'm curious as to how I can run applications that I put in the "Applications" folder from the console. Did a rough search, couldn't find anything on the subject. TIA.
iMeowbot macrumors G3 Nov 3, 2006 #2 The easy way is to use the built-in open command. man open for details. open -a "Adobe Photoshop CS2" will run the app. open -a "Adobe Photoshop CS2" meow.psd will run PS and open your file for editing.
The easy way is to use the built-in open command. man open for details. open -a "Adobe Photoshop CS2" will run the app. open -a "Adobe Photoshop CS2" meow.psd will run PS and open your file for editing.