Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Combining AppleScript variables and UNIX shell scripts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Combining AppleScript variables and UNIX shell scripts
Authored by: Arno on Aug 07, '03 11:06:27AM
set theVariable to choose file with prompt "Choose a file, please:"
do shell script "ls ~/ >>~/Desktop/" & thevariable


Et hop!

[ Reply to This | # ]