我需要实现的是从用户计算机更新服务器上的数据。我已经使用了net use并且该部分有效,但尝试运行该程序却没有。这是我的批处理文件:
@echo off
net use \\servername /user:admin admin <- This works and logs in "command completed successfully
"C:\program files\demo\dm.exe" /r "D:\demo\demoDeploy\roll\dem_dem_Extract.dmv" <-this however gives error message:
The system cannot find the path specified.
任何帮助将不胜感激