批处理文件,用于运行放置在共享驱动器上的应用

时间:2015-08-28 07:00:42

标签: batch-file

我无法运行位于共享驱动器上的批处理文件。但是当位置为桌面或本地驱动器时它运行完美

批处理文件代码:

cd "\\\172.17.23.42\Extra\"
"SL - EOD.acsauto"

1 个答案:

答案 0 :(得分:0)

首先,您必须从此链接下载PsExec.exe工具:

https://technet.microsoft.com/fr-fr/sysinternals/bb897553.aspx

然后,键入以下命令:

PsExec.exe -h -s \\NameOrIpOfYourServer -c -v PathFile_In_your_pc\file.bat

最好的问候