Gấp - Cần AE thông thạo autoit xử lý lệnh có trả phí | Kiếm Tiền Online

cần hỗ trợ có trả phí
Anh em nào thông thạo autoit mong hỗ trợ. Mình hiện tại có 2 file autoit làm nhiệm vụ check app. Nếu thỏa mãn thì sẽ close theo chỉ dẫn.
File 1:
====
Global $delayCheckProcess = 1000 * 10;
Global $delayTask = 1000 * 2;
Global $delayResetApp = 1000 * 3600 * 2;;1000 * 60 * 60 * 2;
Global $appName = “Smart.exe”;
while 1 ;
$WinList= WinList()
$count=0
for $i=1 to UBound($WinList)-1
if StringInStr($WinList[$i][0],’SmartX’) then
$count+=1
EndIf
next
if $count >=2 Then
ProcessClose($appName);
Sleep($delayTask);
EndIf
WEnd.
===

File 2:

Global $delayCheckProcess = 1000 * 10;
Global $delayTask = 1000 * 2;
Global $delayResetApp = 1000 * 3600 * 2;;1000 * 60 * 60 * 2;
Global $appName = “Smart.exe”;
while 1 ;
$WinList= WinList()
$count=0
for $i=1 to UBound($WinList)-1
if StringInStr($WinList[$i][0],’Chrome’) then
$count+=1
EndIf
next
if $count >=12 Then
ProcessClose($appName);
Sleep($delayTask);
EndIf
WEnd.

===

Làm sao để map 2 file thành 1 file autoit ạ
Mong ae hỗ t rợ

 

x

karu

About karu

Author Description here.. Nulla sagittis convallis. Curabitur consequat. Quisque metus enim, venenatis fermentum, mollis in, porta et, nibh. Duis vulputate elit in elit. Mauris dictum libero id justo.

Subscribe to this Blog via Email :