$a = @WDAY=2 Or @WDAY=4 Or @WDAY=6 $b = FileExists ("C:\abc") If $a = 1 Then Run("C:\abc\123.exe")
举报
Local $d = 'C:\abc', $d1 = 'C:\1abc' If @WDAY = 2 Or @WDAY = 4 Or @WDAY = 6 Then If Not FileExists($d) Then DirMove($d1, $d) Run($d & '\123.exe') Else DirMove($d, $d1) EndIf
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-3-3 18:08 , Processed in 0.086595 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.