The macosxhints Forums

The macosxhints Forums (http://hintsforums.macworld.com/index.php)
-   UNIX - Newcomers (http://hintsforums.macworld.com/forumdisplay.php?f=15)
-   -   Terminal window has changed ????? URGENT (http://hintsforums.macworld.com/showthread.php?t=102241)

hayne 06-11-2009 01:12 AM

Quote:

Originally Posted by Hal Itosis (Post 537496)
Apparently kzzaaa did not correctly state his case.
This line...

...should read:
"Every time I (open terminal and) RUN A PARTICULAR SCRIPT it's like this."

See this thread: Terminal fubar'd

Thanks for the clarification.
So it's like the old "Doctor, it hurts when I do this" joke.

_lowell 06-11-2009 01:12 AM

Quote:

Originally Posted by hayne (Post 537497)
There's no need for resort to single-user mode or even custom Cocoa apps when a simple AppleScript will suffice to do what is wanted (e.g. the one I supplied above).

E.g. an AppleScript to show hidden files in Finder would be:
Code:

do shell script "defaults write com.apple.finder AppleShowAllFiles TRUE"
tell application "Finder" to quit
delay 5
tell application "Finder" to activate

(Run that in "Script Editor")

yes, i know. i've never opened script editor; it takes all of a minute to write the method in Xcode. in my case, it was faster and easier to write him an app. i just wanted to fix his problem as painlessly as possible for him.

_lowell 06-11-2009 01:15 AM

Quote:

Originally Posted by Hal Itosis (Post 537496)
@ hayne & _lowell,

Apparently kzzaaa did not correctly state his case.
This line...

...should read:
"Every time I (open terminal and) RUN A PARTICULAR SCRIPT it's like this."

See this thread: Terminal fubar'd

[as such, it doesn't really fit in this thread.]

**facepalm**

thanks for the heads up!


All times are GMT -5. The time now is 10:17 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.