Re: A bit of philosophy about Database events
Re: A bit of philosophy about Database events
- Subject: Re: A bit of philosophy about Database events
- From: "Stockly, Ed" <email@hidden>
- Date: Tue, 16 Mar 2010 16:01:41 -0700
- Thread-topic: A bit of philosophy about Database events
> I haven't heard of MySQL3.app, do you mean MacSQL? I used to use MacSQL
May have been referring to SQLite3...
Run this AppleScript to see the man page:
set manFile to (path to documents folder as Unicode text)
set manFile to manFile & "sqlite3-ManPage.pdf"
set manFilePath to quoted form of POSIX path of manFile
do shell script "/usr/bin/man -t sqlite3 | /usr/bin/pstopdf -i -o " &
manFilePath
tell application "Preview" to open (file manFile as alias)
HTH,
ES
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden