I want to set csv files to open in a windows program thru Wine when I click on any csv file. I use ROX 2.10 filemgr and have Set run action as: ' wine "/home/scott/.wine/drive_c/Program Files/dbEdit/dbedit.exe" "z:$@" ' This causes the error of: Z:\home\name\Documents\ZipCodes.csv\ZipCodes.csv I thus far am unable to correct the double ZipCodes.csv, which doesn't exist. Placing either slash following Z: or capitalizimg the Z makes no difference in the error Also, I had tried to Set run action as:...