@echo off
setlocal ENABLEEXTENSIONS
net use w: \\fileserver\program
if NOT ERRORLEVEL 0 goto NOTUPDPGM
xcopy  w:\MDL_system  c:\MDL_system  /s /e /q /i /y /d
net use /delete w: /yes
:NOTUPDPGM
cd c:\MDL_system
set dtppath="%userprofile%\Desktop"
copy MDL_system.lnk  %dtppath% /y
start MDL_system.exe
exit

相关文章:

  • 2022-12-23
  • 2022-01-29
  • 2021-08-08
  • 2022-12-23
  • 2021-09-06
  • 2021-08-29
猜你喜欢
  • 2021-04-12
  • 2022-12-23
  • 2022-12-23
  • 2021-07-28
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案