Author Topic: AppleScript and apps that show up as textfiles  (Read 3073 times)

Offline sleestack808

  • Enthusiast Member
  • ***
  • Posts: 30
  • New Member
AppleScript and apps that show up as textfiles
« on: December 05, 2017, 08:46:59 AM »
I put apps on OS 9 computer and they show up as Simpletext files. Also some audio files are PC Files,

I read a soution
Open the Script Editor, select those applications in the Finder, and run the following:
 
tell application “Finder"
set file type of selection to “APPL"
end tell

on apples site, but I dont seem to have applescript. Not even sure this would do it.

Im open to help and suggestions. Also, can't find applescript anywhere

thank you

Offline Daniel

  • Gold Member
  • *****
  • Posts: 300
  • Programmer, Hacker, Thinker
Re: AppleScript and apps that show up as textfiles
« Reply #1 on: December 05, 2017, 01:50:06 PM »
Perhaps you should make sure the apps are compressed before you move them onto the computer. That will make sure the metadata isn't messed up.

Offline sleestack808

  • Enthusiast Member
  • ***
  • Posts: 30
  • New Member
Re: AppleScript and apps that show up as textfiles
« Reply #2 on: December 08, 2017, 04:56:53 PM »
thank you

Offline GaryN

  • Platinum Member
  • *****
  • Posts: 1566
  • active member
Re: AppleScript and apps that show up as textfiles
« Reply #3 on: December 08, 2017, 08:30:46 PM »