相关疑难解决方法(0)

在Windows批处理中将HEX值写入文件

在Linux中我们可以做到

echo -n -e '\x66\x6f\x6f' > test.txt
Run Code Online (Sandbox Code Playgroud)

将HEX值写入文件.

如何在Windows批处理中完成此操作?

binary hex batch-file

5
推荐指数
1
解决办法
8912
查看次数

标签 统计

batch-file ×1

binary ×1

hex ×1