add unix2dos for the windows files

This commit is contained in:
Mario Fetka
2011-06-24 20:37:17 +02:00
parent 6e59f848fe
commit bea2aab8bb
2 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ FOR %%j IN (%Extn%) DO (
REG ADD %SC%\7-Zip.%%A\DefaultIcon /VE /D "%PROGRAMFILES%\7-Zip\7z.dll,%%B" /F
REG ADD %SC%\7-Zip.%%A\shell\open\command /VE /D "\"%PROGRAMFILES%\7-Zip\7zFM.exe\" \"%%1\"" /F
)
)
)