在批处理脚本中使用以下行来调用 Thunderbird 并撰写电子邮件:
thunderbird.exe -compose "to='email@domain.com',subject='Some Subject',preselectid='id1',body='Message Body',attachment='File.txt'"
该命令执行得非常好,但是批处理脚本在应用程序终止之前不会继续。有没有办法绕过这个,以便脚本继续执行下一个命令?
在批处理脚本中使用以下行来调用 Thunderbird 并撰写电子邮件:
thunderbird.exe -compose "to='email@domain.com',subject='Some Subject',preselectid='id1',body='Message Body',attachment='File.txt'"
该命令执行得非常好,但是批处理脚本在应用程序终止之前不会继续。有没有办法绕过这个,以便脚本继续执行下一个命令?