MSFN Forum: Replacement for xcopy - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Replacement for xcopy Rate Topic: -----

#1 User is offline   stephan_bauer 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 01-August 07

Posted 09 November 2009 - 03:36 AM

Hello,

I would like to use junction (http://technet.microsoft.com/de-de/sysinte...28en-us%29.aspx) for changing the SOURCE folder. Unfortunatelly xcopy can not handle junctions.
The only working replacement I found it xcopy from ReactOS (http://www.reactos.org/). The problem with this xcopy program is that it doesn't understand options like this: xcopy /DE. It needs xcopy /D /E.

Does anyone know a direct replacement for xcopy?

Thanks in advance

Stephan


#2 User is offline   e-t-c 

  • WHS 2003 SP2
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 13-March 06
  • OS:2003 x86
  • Country: Country Flag

Posted 09 November 2009 - 07:43 AM

Hi,

eventuell with m$ RichCopy http://technet.microsoft.com/en-us/magazin...ht.aspx?pr=blog

And for handle the Junction Points ? Link Shell Extension (LSE) (Hermann Schinagl) http://schinagl.priv.at/nt/hardlinkshellex...ml#introduction


Just found: Junction Points Dilema
http://www.tech-archive.net/Archive/Exchan...04-07/1365.html

salü

#3 User is offline   stephan_bauer 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 01-August 07

Posted 09 November 2009 - 07:57 AM

Hello e-t-c,

thank you very much for your answer.

My problem is not creating junctions or something like that. I need a replacement for xcopy. A program that I can rename as xcopy.exe und using it with hfslip-xxx.cmd.

Regards

Stephan

#4 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,792
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 09 November 2009 - 07:59 AM

strarc (was "xcopynt" ) can also handle junctions, but I am failing to understand the "direct replacement" requisite, maybe it's not what you want:
http://www.ltr-data....iles/strarc.txt
http://www.ltr-data.se/opencode.html

jaclaz

#5 User is offline   e-t-c 

  • WHS 2003 SP2
  • PipPip
  • Group: Members
  • Posts: 110
  • Joined: 13-March 06
  • OS:2003 x86
  • Country: Country Flag

Posted 09 November 2009 - 08:16 AM

Hello,

First of all - I mean't the good old Microsoft Tool (can handle copy of junction points)
Robocopy – Der Kopier-Gigant http://www.wintotal....py/robocopy.php
and even the expanded Version ...
RichCopy http://www.heise.de/.../richcopy/64092

BLOG: http://www.patrick-gotthard.de/cleverer-ko...en-mit-richcopy
BLOG: http://stadt-bremerhaven.de/neues-feature-...y-und-windows-7

salü

This post has been edited by e-t-c: 09 November 2009 - 08:20 AM


#6 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 14 November 2009 - 05:43 AM

To speed up HFSLIP I have redirected the SOURCE directory to another harddisk. In the HFANSWER.INI file I define the SOURCESS variable.

For testing I provide my branch of changes as a diff.

[attachment=28185:hfslip_patch.zip]

I think more variables should be defined in HFSLIP to let users specify SOURCE, SOURCESS, WORK and ISO path.

This post has been edited by tommyp: 14 November 2009 - 06:27 AM


#7 User is offline   tommyp 

  • MSFN Addict
  • Group: Developers
  • Posts: 1,664
  • Joined: 09-January 04
  • OS:none specified
  • Country: Country Flag

Posted 14 November 2009 - 06:26 AM

Hmmm, reposting the program without regard of the creative commons legal code and without notification of who the author is. Sounds lik a violation to me. Above zip file deleted.

#8 User is offline   stephan_bauer 

  • Newbie
  • Group: Members
  • Posts: 33
  • Joined: 01-August 07

Posted 22 November 2009 - 05:33 AM

Hello,

thank you all for your replies but there is no answer for my question :-)
Because of my limited english I will try to explain it again.

I'm using hfslip. hfslip uses xcopy.exe. I want to use junctions. xcopy of Windows XP does not support junctions.

I'm working on a script where I can select between XP Home, XP Pro, IE7 and IE8 and I want to maintain only on HF folder. Thats why I want to use junctions for the SOURCE folder.

To use junctions without changing hfslip I would need a version of xcopy.exe that supports junktions.

Does anyone know a version of xcopy that works on Windows XP and supports junctions?

Xcopy.exe of ReactOS supports junctions but does not support command line options this way: xcopy.exe /DE
It works with xcopy.exe /D /E

I sent an email to the maintainer (http://www.reactos.o...i/Daniel_Reimer) about this but didn't get an answer till now.

Is there any interest in a patch to seperate the command line options?
I would do this.

Regards

Stephan

#9 User is online   jaclaz 

  • The Finder
  • Group: Developers
  • Posts: 8,792
  • Joined: 23-July 04
  • OS:none specified
  • Country: Country Flag

Posted 22 November 2009 - 07:17 AM

View Poststephan_bauer, on Nov 22 2009, 12:33 PM, said:

Xcopy.exe of ReactOS supports junctions but does not support command line options this way: xcopy.exe /DE
It works with xcopy.exe /D /E


Workaround :ph34r:.

Rename React Os xcopy.exe to ROSXCOPY.EXE

Create a batch file that "translates the syntax", something along the lines of (just a simple example):.

IF %1.==/DE. ROSXCOPY.EXE /D /E


"Compile" it with this:
http://www.f2ko.de/E...h/b2e/index.php
as XCOPY.EXE

Would it work?

Cannot say, but it should.

jaclaz

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy