Add Option To Right Menu

hey all,

I already installed nautilus-actions
now , I want to add "print path" script(option) to the right context menu!..

I did :

the script print located in /home/muhamad/print :

#!/bin/bash
echo $*
read

...but when I right click -> file , and Print Path...
Console does not appear...so any suggestions?
maybe my script's code is wrong ?

thanks.

Just a suggestion - did you "chmod +x" your script?

yes,, I did.