Guest User

Untitled

a guest
Jan 19th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. try
  2. set mydoc to ""
  3. tell application "BBEdit"
  4. set mydoc to file of (document 1 of window 1)
  5. end tell
  6.  
  7. tell application "LaunchBar"
  8. open mydoc
  9. end tell
  10.  
  11. on error e
  12. beep
  13. end try
Add Comment
Please, Sign In to add comment