Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cmd /C "myshortcut1.lnk" cmd /C "myshortcut2.lnk"
工作,但给了我一个弹出的 DOS 窗口,当它关闭时,会杀死我的两个加载的程序。这也是如此:
start /B cmd /C "1.lnk" start /B cmd /C "2.lnk" start /B cmd /C "3.lnk" start /B cmd /C "4.lnk"
尝试start:
start
start myshortcut1.lnk start myshortcut2.lnk
我现在附近没有要测试的 Windows 机器,但应该可以工作。
你试过这个吗?
C:\> my_shortcut.lnk