Jump to content

Çalışan Uygulamayı Kapatma !


TheDessL
 Share

Recommended Posts

[color="#000000"][color="#000080"][size="5"]aio dersleri koleksiyonda bu konuyu izledim kodlarımı yazdım ama her zaman bu hatayı alıyorum :[/size][/color][/color]

[img]http://g1203.hizliresim.com/v/j/3l6hk.jpg[/img]


[color="#8B0000"][color="#8B0000"][size="6"]Kullandığım Kodlar :[/size][/color][/color]

[code]dessl = 0;
kapat = "IDman.exe"
islem = System.EnumerateProcesses();
for eto, file_path in islem do
file = String.SplitPath(file_path);
if (String.Lower(file.Filename..file.Extension))== kapat then

Isrunning = true
uyar = Dialog.Message("Uyarı", "Kayıt İşleminin Gerçekleşmesi İçin IDman'ın Kapatılması Gerekiyor.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);

if uyar == 6 then

System.TerminateProcess(eto);

else
Dialog.Message("Hata", "IDman Kapatılmadı Lütfen Tekrar Deneyin.", MB_OK, MB_ICONINFORMATION, MB_DEFBUTTON1);
break
end

else
Isrunning = false
end
end

if not Isrunning then
File.Run("AutoPlay\\Docs\\Crack.exe", "", _SystemFolder, SW_HIDE, false)
end[/code]


[size="5"]Hata Verdiği Satır :[/size]

[code]for eto, file_path in islem do[/code] Edited by TheDessL
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...