<div class="gmail_quote">On Mon, Feb 14, 2011 at 5:49 PM, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello to everyone,<br>I am using visual studio 2010 with the help of cmake. I want to create a program which change the extension of the file, for example makes a <i>test.png</i> file to<i> test.jpeg</i> file. I have written the following code which is compiled without failures. When I run the .exe file I get this message (as it was expected):<br>

<br><i>Usage:<br>name_of_project.exe inputImageFile  outputImageFile<br></i><br>I would like to ask what exactly I must type to the Command Prompt window after running the .exe file to get the new .jpeg file.<br></blockquote>
<div><br></div><div>If I&#39;ve understood you correctly, it should be simply:</div><div><br></div><div>project input.png output.jpg</div><br><div>David </div></div>