News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

post-build steps under "Commands"

Started by grunerite, February 02, 2006, 01:36:47 AM

Previous topic - Next topic

grunerite

Hello,

WinXP
Rev 1893 nightly build

This has probably been answered, but I couldn't find a post for it.

After building a project, I want to copy a few files, like I would in a Command window.

copy Dir\AnotherDir\File1.txt  Dir\AnotherDir\File1_copy.txt


This doesn't work.  I DO NOT want to create a *.bat and then run the batch file after I build, I just want a simple file copy.

Can I do this in Commands?

Thanks.

nfz

try this:
cmd /c copy Dir\AnotherDir\File1.txt  Dir\AnotherDir\File1_copy.txt

cmd /c opens a dos command shell