wacko1 Posted November 4, 2004 Posted November 4, 2004 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
Tsunami Posted November 4, 2004 Posted November 4, 2004 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.
wacko1 Posted November 4, 2004 Author Posted November 4, 2004 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
Yzöwl Posted November 5, 2004 Posted November 5, 2004 REG ADD %KEY%\015 /V 1 /D "%SystemRoot%\system32\xcopy.exe /Y /E /I %systemdrive%\install\Tcommander\inikey \"F:\Total commander\"" /f
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