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.
我在使用 PSEXEC 打开 .lnk 文件时遇到问题。它打开,然后关闭。任何人都可以帮忙吗?
for /f "delims=" %%i in (C:\_\2_Launch_Program\computers.txt) do ( start "%%i" C:\_\PStools\psexec \\%%i -u [Username] -p [password] -i cmd.exe /c START c:\Filename.lnk )