diff --git a/Scripts/copyDVD.sh b/Scripts/copyDVD.sh index deb8fed..686ac88 100755 --- a/Scripts/copyDVD.sh +++ b/Scripts/copyDVD.sh @@ -1,6 +1,9 @@ #!/bin/bash VOL=$(volname | tr -d " " | tr "_" " " | tr [A-Z] [a-z]) +VOL=`for i in $VOL; do B=$(/bin/echo -n "${i:0:1}" | tr "[a-z]" "[A-Z]"); /bin/echo -n "${B}${i:1} "; done` + + NAME=`~/.gnome2/nautilus-scripts/.prompt-output.py "Please enter the name of the DVD" "$VOL"` if [ "$?" == "0" ] then