Portable Nvu OS X source code

Home page > OS X Portable Applications > Portable Nvu OS X source code

Source code index | Portable Nvu OS X script source code:


AppleScript

This is the AppleScript that start Nvu from any device:

tell application "Finder" to set perc to the container of (path to me) as alias
set perc to quoted form of POSIX path of perc
do shell script "" & perc & "app/Nvu.app/Contents/MacOS/nvu -profile " & perc & "app/profile"

EOF


Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License