#!/bin/csh -f # Open the specified files in KompoZer. # -n = New instance of the editor, even if another instance is already open. # -a = Application to open # :q = Quote each incoming arg in case it contains embedded spaces and such. open -n -a '/Applications/KompoZer.app' $*:q # Didn't work. It ignored the command line args. #/Applications/KompoZer.app/Contents/MacOS/kompozer $*:q