[Insight-users] Re : Re : Re : Re : Need to correct this example

John Drescher drescherjm at gmail.com
Tue Aug 4 16:33:59 EDT 2009


On Tue, Aug 4, 2009 at 4:16 PM, Syrine Sahmim<syrine.sahmim at yahoo.fr> wrote:
> Thanks i find it and i must write something like this in the command
> arguments:
> RegistrationExample.exe or should i write like RegistrationExample.exe
> heart1.dcm heart2.dcm

In visual studio you do not put the executable in that box only the arguments.

So it will be just:
heart1.dcm heart2.dcm

> other question :
> should i specify the whole adress of the file or not
>
If the files are not in the working directory (this is set in the same
property page as the command arguments) then the answer is yes. The
default working directory if you have nothing in the box is the
location of the visual studio project file.

John


More information about the Insight-users mailing list