Re: xcopy support try 1...

2007-02-22 Thread Nick Law
Can somebody update the latest version number in AppDB to 0.9.31 Thanks Nick

Re: xcopy support try 1...

2007-02-22 Thread Detlef Riekenberg
On Do, 2007-02-22 at 21:52 +, Ann & Jason Edmeades wrote: > Firstly, I am not sure I have included everything correctly to define a new > directory in the build tree, With git, you only need to add all the new files to the Index ("git-update-index --add programs/xcopy/Makefile.in" as Example)

re: XCOPY support

2007-02-19 Thread Dan Kegel
Jason, Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of XCOPY support. I've been wishing for this for other reasons lately. Glad you're looking at it! Does anyone have anything like this in their tree, or should I try to knock something up? I'

XCOPY support

2007-02-19 Thread Ann & Jason Edmeades
Hi, Looking at the cmd.exe bugs in the database, one is caused by a lack of XCOPY support. Does anyone have anything like this in their tree, or should I try to knock something up? I also assume it needs to be a separate program, not part of cmd.exe, to mimic how windows does it? Jason