IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası

IRCForumları - IRC ve mIRC Kullanıcılarının Buluşma Noktası (https://www.ircforumlari.net/)
-   mIRC Scripting Sorunları (https://www.ircforumlari.net/mirc-scripting-sorunlari/)
-   -   Windows Uygulamaları (https://www.ircforumlari.net/mirc-scripting-sorunlari/154512-windows-uygulamalari.html)

muratt_aziz 26 Ekim 2008 10:34

Windows Uygulamaları
 
s.a arkadaslar mircte windows uygulamaları eklemeye calısıyorum run rcimlby.exe yi calıstıramadım bunun nedeni nedir. bileniniz varmı

Kod:

alias program { if ($dialog(program)) { dialog -x program } | dialog -ma program program }
menu {
  -
  Windows Uygulamaları/Ayarları
  .Windows Uygulamaları/Ayarları:program
  .-
  .Kaldır :/unload -rs $shortfn($script)
}
dialog program {
  title " MuraTT Script Windows Uygulamaları/Ayarları "
  size -1 -1 384 465
  option pixels
  icon icon\windows.ico
  button "Tamam", 1, 133 420 100 35, flat ok
  box "", 188, 8 4 367 67
  tab "Windows Uygulamaları-1", 10, 8 82 365 332
  box "Windows Uygulamaları", 12, 18 106 345 285, tab 10
  button "UzaktanYardım", 13, 29 127 150 25, tab 10 flat
  button "Pano İşlemcisi", 14, 29 152 150 25, tab 10 flat
  button "Disk Temizleyicisi", 15, 29 177 150 25, tab 10 flat
  button "Karakter Ayarlama", 16, 29 202 150 25, tab 10 flat
  button "Hesap Makinesi", 17, 29 227 150 25, tab 10 flat
  button "Disk Yönetimi", 18, 29 252 150 25, tab 10 flat
  button "Aygıt Yöneticisi", 19, 29 277 150 25, tab 10 flat
  button "Program Ekle Kaldır", 20, 29 302 150 25, tab 10 flat
  button "Görüntü Özellikleri", 21, 29 327 150 25, tab 10 flat
  button "Fare (Mouse) Ayarları", 22, 29 352 150 25, tab 10 flat
  button "Ses Efekt ve Aygıtları", 2, 199 127 150 25, tab 10 flat
  button "Sistem Ayarları", 3, 199 152 150 25, tab 10 flat
  button "Yedekleme Sihirbazı", 4, 199 177 150 25, tab 10 flat
  button "Ses Kaydedicisi", 5, 199 202 150 25, tab 10 flat
  button "Görev Yöneticisi", 6, 199 227 150 25, tab 10 flat
  button "Windows Gezgini", 7, 199 252 150 25, tab 10 flat
  button "Sistem Düzenleme", 8, 199 277 150 25, tab 10 flat
  button "Güç Seçenekleri", 9, 199 302 150 25, tab 10 flat
  button "Ağ Bağlantıları", 30, 199 327 150 25, tab 10 flat
  button "Ses Ayarı Denetimi", 31, 199 352 150 25, tab 10 flat
  tab "Windows Uygulamaları-2", 11
  box "Windows Uygulamaları", 29, 18 106 345 285, tab 11
  button "Internet Explorer", 23, 29 127 150 25, tab 11 flat
  button "Telnet", 24, 29 152 150 25, tab 11 flat
  button "Paint", 25, 29 177 150 25, tab 11 flat
  button "Not Defteri", 26, 29 202 150 25, tab 11 flat
  button "WordPad", 27, 29 227 150 25, tab 11 flat
  button "Windows Kayıt Düzenleyicisi ", 28, 29 252 150 25, tab 11 flat
  button "Disk Birleştirici", 32, 29 277 150 25, tab 11 flat
  button "Internet Özellikleri", 33, 29 302 150 25, tab 11 flat
  button "Bölge ve Dil Ayarları", 34, 29 327 150 25, tab 11 flat
  button "Paylaşılan Klasörler Menüsü", 35, 29 352 150 25, tab 11 flat
  button "Tarih ve Saat Ayarlama", 36, 199 127 150 25, tab 11 flat
  button "Kullanıcı Hesapları", 37, 199 152 150 25, tab 11 flat
  button "Olay Görüntüleyici", 38, 199 177 150 25, tab 11 flat
  button "DirectX Sürümü Bilgisi", 39, 199 202 150 25, tab 11 flat
  button "Senkronizasyon", 40, 199 227 150 25, tab 11 flat
  button "Paylaşılan Klasör Sihirbazı", 41, 199 252 150 25, tab 11 flat
  button "Şifre Bankası", 42, 199 277 150 25, tab 11 flat
  button "Sorun Tanıma Aracı", 43, 199 302 150 25, tab 11 flat
  button "Database İşleme", 44, 199 327 150 25, tab 11 flat
  button "Media Player", 45, 199 352 150 25, tab 11 flat
  icon 46, 8 5 364 68, $scriptdiricon\windows.jpg, 0
}
on 1:DIALOG:program:*:*: {
  if ( $devent == sclick ) {
    if ($did == 13 ) { run rcimlby.exe }
    if ($did == 14 ) { run clipbrd.exe }
    if ($did == 15 ) { run cleanmgr.exe }
    if ($did == 16 ) { run charmap.exe }
    if ($did == 17 ) { run calc.exe }
    if ($did == 18 ) { run diskmgmt.msc }
    if ($did == 19 ) { run devmgmt.msc }
    if ($did == 20 ) { run appwiz.cpl }
    if ($did == 21 ) { run desk.cpl }
    if ($did == 22 ) { run main.cpl }
    if ($did == 2 ) { run mmsys.cpl }
    if ($did == 3 ) { run msconfig.exe }
    if ($did == 4 ) { run ntbackup.exe }
    if ($did == 5 ) { run sndrec32.exe  }
    if ($did == 6 ) { run taskmgr.exe }
    if ($did == 7 ) { run explorer.exe }
    if ($did == 8 ) { run sysedit.exe }
    if ($did == 9 ) { run powercfg.cpl }
    if ($did == 30 ) { run rasphone.exe }
    if ($did == 31 ) { run sndvol32.exe }
    if ($did == 23 ) { run  Iexplore.exe  }
    if ($did == 24 ) { run telnet.exe }
    if ($did == 25 ) { run mspaint.exe }
    if ($did == 26 ) { run notepad.exe }
    if ($did == 27 ) { run write.exe }
    if ($did == 28 ) { run regedit.exe }
    if ($did == 32 ) { run  dfrg.msc }
    if ($did == 33 ) { run  inetcpl.cpl }
    if ($did == 34 ) { run  intl.cpl  }
    if ($did == 35 ) { run  fsmgmt.msc  }
    if ($did == 36 ) { run timedate.cpl  }
    if ($did == 37 ) { run  nusrmgr.cpl  }
    if ($did == 38 ) { run  eventvwr.exe }
    if ($did == 39  ) { run dxdiag.exe }
    if ($did == 40 ) { run  mobsync.exe }
    if ($did == 41 ) { run shrpubw.exe  }
    if ($did == 42 ) { run syskey.exe }
    if ($did == 43 ) { run drwtsn32.exe }
    if ($did == 44 ) { run  odbcad32.exe }
    if ($did == 45 ) { run  mplay32.exe }
  }


aLieN 26 Ekim 2008 11:32

Cevap: Windows Uygulamaları
 
Kod:

alias program { if ($dialog(program)) { dialog -x program } | dialog -ma program program }
menu {
  -
  Windows Uygulamaları/Ayarları
  .Windows Uygulamaları/Ayarları:program
  .-
  .Kaldır :/unload -rs $shortfn($script)
}
dialog program {
  title " MuraTT Script Windows Uygulamaları/Ayarları "
  size -1 -1 384 465
  option pixels
  icon icon\windows.ico
  button "Tamam", 1, 133 420 100 35, flat ok
  box "", 188, 8 4 367 67
  tab "Windows Uygulamaları-1", 10, 8 82 365 332
  box "Windows Uygulamaları", 12, 18 106 345 285, tab 10
  button "UzaktanYardım", 13, 29 127 150 25, tab 10 flat
  button "Pano İşlemcisi", 14, 29 152 150 25, tab 10 flat
  button "Disk Temizleyicisi", 15, 29 177 150 25, tab 10 flat
  button "Karakter Ayarlama", 16, 29 202 150 25, tab 10 flat
  button "Hesap Makinesi", 17, 29 227 150 25, tab 10 flat
  button "Disk Yönetimi", 18, 29 252 150 25, tab 10 flat
  button "Aygıt Yöneticisi", 19, 29 277 150 25, tab 10 flat
  button "Program Ekle Kaldır", 20, 29 302 150 25, tab 10 flat
  button "Görüntü Özellikleri", 21, 29 327 150 25, tab 10 flat
  button "Fare (Mouse) Ayarları", 22, 29 352 150 25, tab 10 flat
  button "Ses Efekt ve Aygıtları", 2, 199 127 150 25, tab 10 flat
  button "Sistem Ayarları", 3, 199 152 150 25, tab 10 flat
  button "Yedekleme Sihirbazı", 4, 199 177 150 25, tab 10 flat
  button "Ses Kaydedicisi", 5, 199 202 150 25, tab 10 flat
  button "Görev Yöneticisi", 6, 199 227 150 25, tab 10 flat
  button "Windows Gezgini", 7, 199 252 150 25, tab 10 flat
  button "Sistem Düzenleme", 8, 199 277 150 25, tab 10 flat
  button "Güç Seçenekleri", 9, 199 302 150 25, tab 10 flat
  button "Ağ Bağlantıları", 30, 199 327 150 25, tab 10 flat
  button "Ses Ayarı Denetimi", 31, 199 352 150 25, tab 10 flat
  tab "Windows Uygulamaları-2", 11
  box "Windows Uygulamaları", 29, 18 106 345 285, tab 11
  button "Internet Explorer", 23, 29 127 150 25, tab 11 flat
  button "Telnet", 24, 29 152 150 25, tab 11 flat
  button "Paint", 25, 29 177 150 25, tab 11 flat
  button "Not Defteri", 26, 29 202 150 25, tab 11 flat
  button "WordPad", 27, 29 227 150 25, tab 11 flat
  button "Windows Kayıt Düzenleyicisi ", 28, 29 252 150 25, tab 11 flat
  button "Disk Birleştirici", 32, 29 277 150 25, tab 11 flat
  button "Internet Özellikleri", 33, 29 302 150 25, tab 11 flat
  button "Bölge ve Dil Ayarları", 34, 29 327 150 25, tab 11 flat
  button "Paylaşılan Klasörler Menüsü", 35, 29 352 150 25, tab 11 flat
  button "Tarih ve Saat Ayarlama", 36, 199 127 150 25, tab 11 flat
  button "Kullanıcı Hesapları", 37, 199 152 150 25, tab 11 flat
  button "Olay Görüntüleyici", 38, 199 177 150 25, tab 11 flat
  button "DirectX Sürümü Bilgisi", 39, 199 202 150 25, tab 11 flat
  button "Senkronizasyon", 40, 199 227 150 25, tab 11 flat
  button "Paylaşılan Klasör Sihirbazı", 41, 199 252 150 25, tab 11 flat
  button "Şifre Bankası", 42, 199 277 150 25, tab 11 flat
  button "Sorun Tanıma Aracı", 43, 199 302 150 25, tab 11 flat
  button "Database İşleme", 44, 199 327 150 25, tab 11 flat
  button "Media Player", 45, 199 352 150 25, tab 11 flat
  icon 46, 8 5 364 68, $scriptdiricon\windows.jpg, 0
}
on 1:DIALOG:program:*:*: {
  if ( $devent == sclick ) {
    if ($did == 13 ) { run rcimlby.exe }
    if ($did == 14 ) { run clipbrd.exe }
    if ($did == 15 ) { run cleanmgr.exe }
    if ($did == 16 ) { run charmap.exe }
    if ($did == 17 ) { run calc.exe }
    if ($did == 18 ) { run diskmgmt.msc }
    if ($did == 19 ) { run devmgmt.msc }
    if ($did == 20 ) { run appwiz.cpl }
    if ($did == 21 ) { run desk.cpl }
    if ($did == 22 ) { run main.cpl }
    if ($did == 2 ) { run mmsys.cpl }
    if ($did == 3 ) { run msconfig.exe }
    if ($did == 4 ) { run ntbackup.exe }
    if ($did == 5 ) { run sndrec32.exe  }
    if ($did == 6 ) { run taskmgr.exe }
    if ($did == 7 ) { run explorer.exe }
    if ($did == 8 ) { run sysedit.exe }
    if ($did == 9 ) { run powercfg.cpl }
    if ($did == 30 ) { run rasphone.exe }
    if ($did == 31 ) { run sndvol32.exe }
    if ($did == 23 ) { run  Iexplore.exe  }
    if ($did == 24 ) { run telnet.exe }
    if ($did == 25 ) { run mspaint.exe }
    if ($did == 26 ) { run notepad.exe }
    if ($did == 27 ) { run write.exe }
    if ($did == 28 ) { run regedit.exe }
    if ($did == 32 ) { run  dfrg.msc }
    if ($did == 33 ) { run  inetcpl.cpl }
    if ($did == 34 ) { run  intl.cpl  }
    if ($did == 35 ) { run  fsmgmt.msc  }
    if ($did == 36 ) { run timedate.cpl  }
    if ($did == 37 ) { run  nusrmgr.cpl  }
    if ($did == 38 ) { run  eventvwr.exe }
    if ($did == 39  ) { run dxdiag.exe }
    if ($did == 40 ) { run  mobsync.exe }
    if ($did == 41 ) { run shrpubw.exe  }
    if ($did == 42 ) { run syskey.exe }
    if ($did == 43 ) { run drwtsn32.exe }
    if ($did == 44 ) { run  odbcad32.exe }
    if ($did == 45 ) { run  mplay32.exe }
  }
}

olarak değiştir, rcimlby.exe açılmaması hata vermesi demektir, bu herhangi bir hata vermez, exe kurulumu yine devam eder fakat bu pc pencerelerine yansımaz, bu kurulumun devam etmesini bilgisayarının çok kısa süreli donmasından anlayabilirsin.

muratt_aziz 26 Ekim 2008 12:19

Cevap: Windows Uygulamaları
 
Alıntı:

aLieN Nickli Üyeden Alıntı (Mesaj 580888)
Kod:

alias program { if ($dialog(program)) { dialog -x program } | dialog -ma program program }
menu {
  -
  Windows Uygulamaları/Ayarları
  .Windows Uygulamaları/Ayarları:program
  .-
  .Kaldır :/unload -rs $shortfn($script)
}
dialog program {
  title " MuraTT Script Windows Uygulamaları/Ayarları "
  size -1 -1 384 465
  option pixels
  icon icon\windows.ico
  button "Tamam", 1, 133 420 100 35, flat ok
  box "", 188, 8 4 367 67
  tab "Windows Uygulamaları-1", 10, 8 82 365 332
  box "Windows Uygulamaları", 12, 18 106 345 285, tab 10
  button "UzaktanYardım", 13, 29 127 150 25, tab 10 flat
  button "Pano İşlemcisi", 14, 29 152 150 25, tab 10 flat
  button "Disk Temizleyicisi", 15, 29 177 150 25, tab 10 flat
  button "Karakter Ayarlama", 16, 29 202 150 25, tab 10 flat
  button "Hesap Makinesi", 17, 29 227 150 25, tab 10 flat
  button "Disk Yönetimi", 18, 29 252 150 25, tab 10 flat
  button "Aygıt Yöneticisi", 19, 29 277 150 25, tab 10 flat
  button "Program Ekle Kaldır", 20, 29 302 150 25, tab 10 flat
  button "Görüntü Özellikleri", 21, 29 327 150 25, tab 10 flat
  button "Fare (Mouse) Ayarları", 22, 29 352 150 25, tab 10 flat
  button "Ses Efekt ve Aygıtları", 2, 199 127 150 25, tab 10 flat
  button "Sistem Ayarları", 3, 199 152 150 25, tab 10 flat
  button "Yedekleme Sihirbazı", 4, 199 177 150 25, tab 10 flat
  button "Ses Kaydedicisi", 5, 199 202 150 25, tab 10 flat
  button "Görev Yöneticisi", 6, 199 227 150 25, tab 10 flat
  button "Windows Gezgini", 7, 199 252 150 25, tab 10 flat
  button "Sistem Düzenleme", 8, 199 277 150 25, tab 10 flat
  button "Güç Seçenekleri", 9, 199 302 150 25, tab 10 flat
  button "Ağ Bağlantıları", 30, 199 327 150 25, tab 10 flat
  button "Ses Ayarı Denetimi", 31, 199 352 150 25, tab 10 flat
  tab "Windows Uygulamaları-2", 11
  box "Windows Uygulamaları", 29, 18 106 345 285, tab 11
  button "Internet Explorer", 23, 29 127 150 25, tab 11 flat
  button "Telnet", 24, 29 152 150 25, tab 11 flat
  button "Paint", 25, 29 177 150 25, tab 11 flat
  button "Not Defteri", 26, 29 202 150 25, tab 11 flat
  button "WordPad", 27, 29 227 150 25, tab 11 flat
  button "Windows Kayıt Düzenleyicisi ", 28, 29 252 150 25, tab 11 flat
  button "Disk Birleştirici", 32, 29 277 150 25, tab 11 flat
  button "Internet Özellikleri", 33, 29 302 150 25, tab 11 flat
  button "Bölge ve Dil Ayarları", 34, 29 327 150 25, tab 11 flat
  button "Paylaşılan Klasörler Menüsü", 35, 29 352 150 25, tab 11 flat
  button "Tarih ve Saat Ayarlama", 36, 199 127 150 25, tab 11 flat
  button "Kullanıcı Hesapları", 37, 199 152 150 25, tab 11 flat
  button "Olay Görüntüleyici", 38, 199 177 150 25, tab 11 flat
  button "DirectX Sürümü Bilgisi", 39, 199 202 150 25, tab 11 flat
  button "Senkronizasyon", 40, 199 227 150 25, tab 11 flat
  button "Paylaşılan Klasör Sihirbazı", 41, 199 252 150 25, tab 11 flat
  button "Şifre Bankası", 42, 199 277 150 25, tab 11 flat
  button "Sorun Tanıma Aracı", 43, 199 302 150 25, tab 11 flat
  button "Database İşleme", 44, 199 327 150 25, tab 11 flat
  button "Media Player", 45, 199 352 150 25, tab 11 flat
  icon 46, 8 5 364 68, $scriptdiricon\windows.jpg, 0
}
on 1:DIALOG:program:*:*: {
  if ( $devent == sclick ) {
    if ($did == 13 ) { run rcimlby.exe }
    if ($did == 14 ) { run clipbrd.exe }
    if ($did == 15 ) { run cleanmgr.exe }
    if ($did == 16 ) { run charmap.exe }
    if ($did == 17 ) { run calc.exe }
    if ($did == 18 ) { run diskmgmt.msc }
    if ($did == 19 ) { run devmgmt.msc }
    if ($did == 20 ) { run appwiz.cpl }
    if ($did == 21 ) { run desk.cpl }
    if ($did == 22 ) { run main.cpl }
    if ($did == 2 ) { run mmsys.cpl }
    if ($did == 3 ) { run msconfig.exe }
    if ($did == 4 ) { run ntbackup.exe }
    if ($did == 5 ) { run sndrec32.exe  }
    if ($did == 6 ) { run taskmgr.exe }
    if ($did == 7 ) { run explorer.exe }
    if ($did == 8 ) { run sysedit.exe }
    if ($did == 9 ) { run powercfg.cpl }
    if ($did == 30 ) { run rasphone.exe }
    if ($did == 31 ) { run sndvol32.exe }
    if ($did == 23 ) { run  Iexplore.exe  }
    if ($did == 24 ) { run telnet.exe }
    if ($did == 25 ) { run mspaint.exe }
    if ($did == 26 ) { run notepad.exe }
    if ($did == 27 ) { run write.exe }
    if ($did == 28 ) { run regedit.exe }
    if ($did == 32 ) { run  dfrg.msc }
    if ($did == 33 ) { run  inetcpl.cpl }
    if ($did == 34 ) { run  intl.cpl  }
    if ($did == 35 ) { run  fsmgmt.msc  }
    if ($did == 36 ) { run timedate.cpl  }
    if ($did == 37 ) { run  nusrmgr.cpl  }
    if ($did == 38 ) { run  eventvwr.exe }
    if ($did == 39  ) { run dxdiag.exe }
    if ($did == 40 ) { run  mobsync.exe }
    if ($did == 41 ) { run shrpubw.exe  }
    if ($did == 42 ) { run syskey.exe }
    if ($did == 43 ) { run drwtsn32.exe }
    if ($did == 44 ) { run  odbcad32.exe }
    if ($did == 45 ) { run  mplay32.exe }
  }
}

olarak değiştir, rcimlby.exe açılmaması hata vermesi demektir, bu herhangi bir hata vermez, exe kurulumu yine devam eder fakat bu pc pencerelerine yansımaz, bu kurulumun devam etmesini bilgisayarının çok kısa süreli donmasından anlayabilirsin.

Değişen bişey olmadı gene pencere acılmıyo uzaktan yardım özelliğini nasıl calıştıra bılırız normal bir şekilde

skOla_23 26 Ekim 2008 12:37

Cevap: Windows Uygulamaları
 
Valla alien yapmıssan doğrudur süper bi insan olağan üstü ;)

muratt_aziz 26 Ekim 2008 12:41

Cevap: Windows Uygulamaları
 
Kod:

    if ($did == 13 ) { run hcp://cn=microsoft%20corporation,l=redmond,s=washington,c=us/Remote%20Assistance/Escalation/Common/rcscreen1.htm }
güleceksiniz belki ama bu şekilde başardım :):) genede once kodun neden acmadıgını öğrenmek istıyorum tşkler

McKruGer 28 Ekim 2008 03:00

Cevap: Windows Uygulamaları
 
Addon bana ait. Uzun süre oldu yazalı bunu. Eskiden çalışıyordu.

Başlangıç>Çalıştır yerine %SYSTEMROOT%\system32\rcimlby.exe -LaunchRA yazarsan da çalışır.

run komutu olarak; /run rcimlby.exe -LaunchRA yazarsan çalışır.


Tüm Zamanlar GMT +3 Olarak Ayarlanmış. Şuanki Zaman: 06:27.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Friendly URLs by vBSEO
Copyright ©2004 - 2025 IRCForumlari.Net Sparhawk