@echo off
title EcCheck // 显示标题

:loop
if "%time%" GTR "23:00.00" (exit) else goto t //如果系统时间是23点退出程序。如果不是则继续进行t标签的程序
:t
cd C:\ECsystem\publish
C:\ECsystem\publish\wfmain.exe exeitem -user=0036 -jobcd=SP_VERSION_CHECK -itemid=7060 -itemid=7064  -bfdays=1 -dldays=1

goto loop

相关文章:

  • 2021-09-13
  • 2021-06-19
  • 2021-10-13
  • 2021-10-01
  • 2022-12-26
  • 2021-10-31
  • 2021-07-15
猜你喜欢
  • 2021-10-01
  • 2021-12-03
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-08-17
相关资源
相似解决方案