that happens because the current directory in that case is "c:\dokumente und einstellungen\admin" while the files are located in the other folder so you have 2 options:
- going in the folder where are located the files:
Code:
cd \programme\admin
xor.exe val.def val.def1 0x44
- or specifying their full paths:
Code:
xor.exe "c:\programme\admin\val.def" "c:\programme\admin\val.def1" 0x44