Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
General
GeneralPortable MacsHardwareNetworking
Applications
Mac ApplicationsEudoraFirefox / MozillaInternet ExplorerOutlook ExpressMS OfficeEntourageExcelPowerPointWordVirtual PCMedia PlayerOther MS Products
Programming
Mac ProgrammingCodeWarriorPerl
Country Specific
Australian Mac GroupUK Mac Group

Mac Forum / Programming / Perl / March 2005



Tip: Looking for answers? Try searching our database.

Any GUI tools that can set execute bit?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Tommy Nordgren - 03 Mar 2005 19:23 GMT
Are there any Graphical User Interface Tools that can set the
executable bits in the file info on disk?
"Home is not where you are born, but where your heart finds peace" -
Tommy Nordgren, "The dying old crone"
Pete Prodoehl - 03 Mar 2005 19:29 GMT
> Are there any Graphical User Interface Tools that can set the executable
> bits in the file info on disk?
> "Home is not where you are born, but where your heart finds peace" -
> Tommy Nordgren, "The dying old crone"

Something like BatChmod or XRay?

  http://macchampion.com/arbysoft/

  http://www.brockerhoff.net/xray/

Pete
Phil Dobbin - 03 Mar 2005 19:32 GMT
>Are there any Graphical User Interface Tools that can set the
>executable bits in the file info on disk?

Try XRay:

<http://www.brockerhoff.net/xray/>

Cheers,

Regards,

   Phil.
Bruce Van Allen - 03 Mar 2005 19:35 GMT
>Are there any Graphical User Interface Tools that can set the
>executable bits in the file info on disk?
>"Home is not where you are born, but where your heart finds peace" -
>Tommy Nordgren, "The dying old crone"

I suggest SuperGetInfo from Barebones Software (www.barebones.com).

But I will NOT debate, advocate, challenge, argue, disparage, promote,
one-up, put down, ...

1;

- Bruce

__bruce__van_allen__santa_cruz__ca__
John Delacour - 03 Mar 2005 20:15 GMT
>Are there any Graphical User Interface Tools that can set the
>executable bits in the file info on disk?

You can make your own droplet to do this.  Save the following script
in Script Editor as an application (stay-open if you like) naming it
"755.app" and you can simply drop files onto its icon in the dock or
wherever to change the permissions:

        on open _filelist
          set _pathlist to "chmod 755 "
          repeat with _alias in _filelist as list
            set _path to quoted form of POSIX path of _alias
            set _pathlist to _pathlist & _path & space
          end repeat
          do shell script _pathlist
        end open

JD
Peter N Lewis - 04 Mar 2005 01:59 GMT
>Are there any Graphical User Interface Tools that can set the
>executable bits in the file info on disk?

Actually, Interarchy can do it from a local file listing (useful if
you want to sort by kind and then select a bunch of files to change
all at once).

Generally I would just use the Terminal though.

Enjoy,
   Peter.

Signature

<http://www.stairways.com/>  <http://download.stairways.com/>

Randal L. Schwartz - 04 Mar 2005 22:27 GMT
>>>>> "Tommy" == Tommy Nordgren <tommy.nordgren@chello.se> writes:

Tommy> Are there any Graphical User Interface Tools that can set the
Tommy> executable bits in the file info on disk?

GNU Emacs is a GUI tool that...

Nevermind, wrong thread.

Signature

Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.