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!