stephan_bauer Posted November 9, 2009 Posted November 9, 2009 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
e-t-c Posted November 9, 2009 Posted November 9, 2009 Hi,eventuell with m$ RichCopy http://technet.microsoft.com/en-us/magazin...ht.aspx?pr=blogAnd for handle the Junction Points ? Link Shell Extension (LSE) (Hermann Schinagl) http://schinagl.priv.at/nt/hardlinkshellex...ml#introductionJust found: Junction Points Dilemahttp://www.tech-archive.net/Archive/Exchan...04-07/1365.htmlsalü
stephan_bauer Posted November 9, 2009 Author Posted November 9, 2009 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.RegardsStephan
jaclaz Posted November 9, 2009 Posted November 9, 2009 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.se/files/strarc.txthttp://www.ltr-data.se/opencode.htmljaclaz
e-t-c Posted November 9, 2009 Posted November 9, 2009 (edited) 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.de/Artikel/robocopy/robocopy.phpand even the expanded Version ...RichCopy http://www.heise.de/software/download/richcopy/64092BLOG: http://www.patrick-gotthard.de/cleverer-ko...en-mit-richcopyBLOG: http://stadt-bremerhaven.de/neues-feature-...y-und-windows-7salü Edited November 9, 2009 by e-t-c
Acheron Posted November 14, 2009 Posted November 14, 2009 (edited) 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.I think more variables should be defined in HFSLIP to let users specify SOURCE, SOURCESS, WORK and ISO path. Edited November 14, 2009 by tommyp
tommyp Posted November 14, 2009 Posted November 14, 2009 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.
stephan_bauer Posted November 22, 2009 Author Posted November 22, 2009 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 /DEIt works with xcopy.exe /D /EI sent an email to the maintainer (http://www.reactos.org/wiki/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.RegardsStephan
jaclaz Posted November 22, 2009 Posted November 22, 2009 Xcopy.exe of ReactOS supports junctions but does not support command line options this way: xcopy.exe /DEIt works with xcopy.exe /D /EWorkaround .Rename React Os xcopy.exe to ROSXCOPY.EXECreate 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/English/b2e/index.phpas XCOPY.EXEWould it work?Cannot say, but it should.jaclaz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now