Jump to content

Extract Leopard UI Files


27 posts in this topic

Recommended Posts

"cd" is the command to change the working directory at the Unix command line. eg. to change to your Desktop you would type this in Terminal.app:

 

cd ~/Desktop

 

(that's a tilde, btw, not a hyphen) and press <return>. afterward, if you typed:

 

pwd

 

and hit <return> you would get the following output:

 

Users/YOUR_USER_NAME_HERE/Desktop

 

which tells you your working directory (pwd=print working directory)

 

this might help for navigating the command line: http://www.ss64.com/osx/

Yo thx I finally got it after rereading it for like the umpteenth time

Does anyone know what I need to change to change the title bars font color?

Link to comment
Share on other sites

 Share

×
×
  • Create New...