Trojan Wrangler
scans media files for code resources
Version: 1.0
Works / Delete Type & Creator info with this AppleScript
Feedback Type: Review
Contributed by: chrisB Sunday, April 11 2004 @ 01:09 AM PDT
Product Platform: MacOSX
Used Product For: Less than a month
Recommend Product: YES
TCeraser [18kB]
After Type & Creator have been erased the "virus.mp3" behaves just as a normal MP3 file.
Overall Rating:
Ease of Use:
Support:
Features:
Quality / Stability:
Price:
Works / Delete Type & Creator info with this AppleScript - Cowicide
In case anyone was curious here is currently TCeraser's code as of Sunday morning:
property fileType : "????"
property creatorType : "????"
on open (theList)
tell application "Finder"
try
repeat with theItem in theList
set file type of theItem to fileType
set creator type of theItem to creatorType
end repeat
on error
display dialog "Only files can be processed by this AppleScript!" buttons ["OK"]
end try
end tell
end open
Reply to This
Sunday, April 11 2004 @ 07:34 AM PDT