我想缩短,
net send abc123 "Message to my dear friends and family"
至
Laurie "Message to Laurie"
其中“Laurie”是一个批处理文件 Laurie.bat,包含空格、逗号等的消息将传递到该文件。如何将字符串作为参数传递给批处理文件?
我想缩短,
net send abc123 "Message to my dear friends and family"
至
Laurie "Message to Laurie"
其中“Laurie”是一个批处理文件 Laurie.bat,包含空格、逗号等的消息将传递到该文件。如何将字符串作为参数传递给批处理文件?