Hi Glen,
> put shell("/Users/lab/Desktop/tools/HardwareSimulator.sh")
> but when there are any spaces it doesn't work... the space is
> between Macintosh and HD2
This snippet works:
get "/Volumes/Macintosh HD"
replace space with "\ " in IT
put shell("ls " & IT)
change whatever to fit your needs.
Hope you get hte idea..
Thierry