• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Microsoft Word X always crashes...Update
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Microsoft Word X always crashes...Update


  • Subject: Re: Microsoft Word X always crashes...Update
  • From: David Wignall <email@hidden>
  • Date: Wed, 04 Jun 2003 16:55:46 +1200

on 4/6/2003 3:56 PM, Joe Szedula at email@hidden wrote:

> tell application "Finder"
> set myHome to (home as text)
> set CRD to (myHome & ,
> "Library:Preferences:Microsoft:Carbon Registration Database") ,
> as text
> if file CRD exists then
> delete file CRD
> end if
> end tell

More straightforward:

set CRD to ((path to preferences) as string) & "Microsoft:Carbon
Registration Database" as alias -- one line

tell application "Finder"
if CRD exists then
delete CRD
end if
end tell

--
Dave
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Microsoft Word X always crashes...Update (From: Joe Szedula <email@hidden>)

  • Prev by Date: Re: list question
  • Next by Date: Re: list question
  • Previous by thread: Microsoft Word X always crashes...Update
  • Next by thread: Duplicating Items In Illustrator 10 (OS X)
  • Index(es):
    • Date
    • Thread