Write like this
msg * "My emoji "But on popup I get msg *“我的表情符号(随机符号)”
如何为windows 10上弹出的批处理文件编写特定的表情符号?
发布于 2022-04-25 13:24:33
根据的注释,您应该将代码页更改为65001,并将批处理文件保存为UTF-8
@echo off
chcp 65001>nul
Title Emoji
msg * "My emoji "
pausehttps://stackoverflow.com/questions/71989163
复制相似问题