在Linux中我们可以做到
echo -n -e '\x66\x6f\x6f' > test.txt
将HEX值写入文件.
如何在Windows批处理中完成此操作?
binary hex batch-file
batch-file ×1
binary ×1
hex ×1