Tekil Mesaj gösterimi
Alt 26 Ekim 2008, 11:32   #2
Çevrimdışı
aLieN
Kullanıcıların profil bilgileri misafirlere kapatılmıştır.
IF Ticaret Sayısı: (0)
IF Ticaret Yüzdesi:(%)
Cevap: Windows Uygulamaları




Kod:   Kodu kopyalamak için üzerine çift tıklayın!
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.

 
Alıntı ile Cevapla

IRCForumlari.NET Reklamlar
sohbet odaları eglen sohbet reklamver