Existing users, log in.  New users, create a free account.  Lost password?

Mac OS X  |  Security / Privacy  |  Other Security / Privacy  |  Trojan Wrangler  |  Works / Delete Type & Creator info with this AppleScript

Trojan Wrangler

Trojan Wrangler

scans media files for code resources

Version:  1.0

   [ Views: 688 ]

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:

1 of 1 users found this helpful.

Rate this Review

Was this Review helpful? Yes | No

Comments

1 comments |

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