Created
May 4, 2012 04:28
-
-
Save bdsexton/2592024 to your computer and use it in GitHub Desktop.
Generate UUID via AppleScript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
do shell script "uuidgen" | |
set uuid to (get result) | |
display dialog "Have a UUID on the house:" with title "UUID Generator" default answer uuid buttons "OK" default button "OK" |
Thank you very much will try it. I've project where I need to collect personal data into "something" without writing app and then export it as CSV and import into relational database tables. I choose existing SW on Mac and I working on template for Numbers for data collectors.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@rotary-software Sure, you can do something like this: