Hi, M4AutoIt Thank you for your interest on my litle tool and for your exelent ideas. As for the command line bug, I guess I didn't test it enough. Believe it or not, I hadn't noticed the bug until you mention it. As for the drag and drop, i had thought about creating it for the file input, but this doesn't work on Windows seven or vista if UAC is activated because windows explorer runs on a lower level than FVIE, witch runs as administrator. So I decided it was not recomended to create an option that encourages users to disable the UAC. I've also made some improvements, and fixed some bugs: Aparently, Verpatch doesn't allow comas in the file version and product version fields, so I used StringReplace() to replace all comas for dots on these fields. There was a bug on the line FileInstall('verpatch.exe', @TempDir & '\',1) and the script didn't work without compiling witch I fixed. Also removed the unnecessary $STDERR_CHILD + $STDOUT_CHILD when running verpatch. I had used it for some tests and forgot to delete. Created a variable to hold the last path used to search for a file to edit so that the next time you search it opens the last path used. And of course used the fix you mentioned for the command line. As for the drag and drop, do as you will, but I didn't use it. More info and download compiled script here: FVIE Regards FVIE.zip