举报
#include <File.au3> _FileCreate("test.txt") _FileWriteToLine("test.txt", 1, "1", 1);"1"改成"2"试试 $s = FileRead(FileOpen("test.txt", 0), 1) If $s = '1' Then Run('calc.exe') If $s = '2' Then Run('notepad.exe') FileClose($s)
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-26 04:19 , Processed in 0.155030 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.