Eric, Thanks. I have just grabbed and not yet tried your script. Here is what I was able to come up with last night - kurt@linux-mfxz:~/.wine/drive_c/Program Files/Spectrum>20091230xcopy.sh ======================= #!/bin/bash mv captures/wav/* 2010010Radiometeorlisten/wav mv captures/* 2010010Radiometeorlisten rm -rf captures mkdir captures mkdir captures/wav echo "Files moved" - which properly copies and rebuilds the directories but which also gives this extra error message - kurt@linux-mfxz:~/.wine/drive_c/Program Files/Spectrum>./20091230xcopy.sh mv: cannot move `captures/wav' to `2010010Radiometeorlisten/wav' : Directory not empty Files moved Any idea what is generating the error message?
As for running it from inside of Dolphin, try opening up Dolphin and right clicking in the window. There is an option to add a link to a script or something executable.
Looked before but Didn't see it under KDE 4.5.3 or method to invoke the execution with the dot-backslash command ("./" as in "./20091230xcopy.sh"), but I'll go back and hunt more. Thanks again, Kurt