kotton wrote: > thanks for the reply. but i cannot open the dir in the terminal? i'm not sure exactly where it is so when i it's /home/scott/.wine/drive_c/Program Files/VSO/ConvertX/3 it says "No such file or directory". i'm not sure if i'm looking in the right place but when i open a new application in wine it points me to /home/scott/.wine/drive_c > thanks again Linux doesn't like spaces in file or directory names. Put single quotes around the path in the command line: Code: cd '/home/scott/.wine/drive_c/Program Files/VSO/ConvertX/3'