这是我的自动启动脚本。
@echo off
call "C:\Program files\PrintFile\prfile32.lnk" /s:c:\PrintZebra\*.txt
问题是我的Windows 10上的CMD黑色窗口在执行后没有关闭。我尝试进行修改,但下一个脚本无法正常工作。
@echo off
start "" "C:\Program files\PrintFile\prfile32.lnk" /s:c:\PrintZebra\*.txt
有些人知道我接下来要测试什么?