Am 18.06.2012 13:47, schrieb IvankoB:
>> Ask on the FPC mailinglist if the behavior is intended and what to do.
>> In MSEide you can run a post compile command or script to copy or move
>> the
>> exe, use 'Project'-'Make'-'Command after'.
>>
>
> copy /Y ${PROJECTDIR}${PROJECTNAME}${EXEEXT} ${PROJECTDIR}..
>
> May be an option but doesn't work (see the attachment ) at the moment
> although same command run by "cmd.exe" works well.
>
"copy" is a cmd.exe internal command, use
cmd /c copy /Y ${PROJECTDIR}${PROJECTNAME}${EXEEXT} ${PROJECTDIR}..

(not tested).

Martin

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to