November 4, 200421 yr hi could someone tell me whats wrong with this lineREG ADD %KEY%\015 /V 1 /D "\"%systemdrive%\windows\system32\xcopy.exe /Y /E /I %systemdrive%\install\Tcommander\inikey f:\Total commander"\" /fwhen i dont use spaces in dir names it works but i cant figure out what is wrong with the line above when im using spacespls helpoh BTWin the inikey dir are 2 files i want to copy to f:\total commandermy eyes hurt from reading but i just cant get it to work
November 4, 200421 yr Put the last \ back one character. Like this:REG ADD %KEY%\015 /V 1 /D "\"%systemdrive%\windows\system32\xcopy.exe /Y /E /I %systemdrive%\install\Tcommander\inikey f:\Total commander\"" /fThat should work.
November 4, 200421 yr Author thx for replybut i dont know whats wrongit isnt workingcopied the complete line u gave me and tested itdoesnt workwindows cant find .....bla bla blajust for a test i removed the space and the " \ and it just makes the dir and copies the files
November 5, 200421 yr REG ADD %KEY%\015 /V 1 /D "%SystemRoot%\system32\xcopy.exe /Y /E /I %systemdrive%\install\Tcommander\inikey \"F:\Total commander\"" /f
Create an account or sign in to comment