[Bug 40706] New: FolderMerger cmd not valued, xcopy problem in batch

wine-bugs at winehq.org wine-bugs at winehq.org
Mon May 30 05:54:30 CDT 2016


https://bugs.winehq.org/show_bug.cgi?id=40706

            Bug ID: 40706
           Summary: FolderMerger cmd not valued, xcopy problem in batch
           Product: Wine
           Version: 1.7.35
          Hardware: x86-64
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: cmd
          Assignee: wine-bugs at winehq.org
          Reporter: peterlongx1988 at gmail.com
      Distribution: ---

Created attachment 54591
  --> https://bugs.winehq.org/attachment.cgi?id=54591
File Merger

I try to use this little software http://2xdsoft.de.tl/FolderMerger.htm
but is problematic to use with Wine because cmd.exe is not valued when I press
Merge Now!
Is possibile to create a .bat file indipendently also, but when I try to
running it cmd.exe return me this error

Merging folders... (1/6)
Invalid parameter 'K' - use x copy ? for help
Is 'C:\PATH\filename.zip' a filename or directory
on the target?
(F - File, D - Directory)

This happens not because parameter is invalid. Example of command in .bat not
valued correctly

@echo off
cls
echo Merging folders ... (1/6)
XCOPY "C:\users\psiraja\Desktop\test\test1\test3\Folder Merger v1.6.zip"
"C:\users\psiraja\Desktop\estrazione\Folder Merger v1.6.zip*" /C /K /Y /H
cls
echo Merging folders ... (2/6)
XCOPY "C:\users\psiraja\Desktop\test\test2\test1\test2\Folder Merger v1.5.zip"
"C:\users\psiraja\Desktop\estrazione\Folder Merger v1.5 (dup. 2).zip*" /C /K /Y
/H

cls
echo.
echo  Done!
echo.
ping -n 2 localhost >nul
start "" "C:\users\psiraja\Desktop\estrazione"
exit

Have you got any idea to bypass this problem?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list