Jump to content

Dosya Doğrulama Ve Link Değişkeni


CaVeLL
 Share

Recommended Posts

Merhabalar..

Çalışmış olduğum kurum için hazırladığım bir Projemde birkaç noktada tıkandım. Soruları topluca sorayım, hepsi için ayrı ayrı konu açmayayım istedim, yardımlarınızı bekliyorum;

 

1-) Bir butona herhangi bir internet sitesinin linkini verdim ama Windowsta varsayılan Tarayıcım Chrome olduğundan direk onunla açılıyor. Fakat açılan site Sadece explorer destekliyor. Dolayısıyla Windows sisteminde varsayılan Explorer olmasa bile tıklanıldığında mutlaka Explorer ile açılmasını nasıl sağlarım.

 

2-) Linki bir ini veya txt dosyasından çektirebilir miyiz  Şöyle ki benim çalıştığım kurumda A butonuna basıldığında www.a.com sitesine gidecek, ama kurumumun örneğin Antalya şubesine tıklanıldığında www.b.com sitesine gitmesi gerekiyor.

Normal Labelleri ve Pragraphlerı bir ini dosyasından almasını sağladım ve klavye kısayolu atadım. Örneğin ctrl+1 e basıldığında Başlıktaki label için bir Dialog.Input çıkıyor ve oraya Antalya yazıp okey diyince ini dosyasına Antalya yazıyor Başlıktaki Paragraph iniden Antalyayı çekiyor burada sorun yok. 

Aynı şeyi Link için yapmak istiyorum. 

Butonun linkini ini dosyasından çekmek istiyorum, zira diğer şehirlerdeki kullanıcılar sadece örneğin ctrl+9 yaptığından çıkan inputa kendi sitesinin adresini yazıp entere bastığında artık o buton yeni linke yönlendirecek. Böylelikle projem kurumumun bütün şehirlerinde aktif olarak kullanılabilecek.

 

3-) Dosya Doğrulama. Şöyleki; Bir Paragraph içindeki yazıyı

" eğer C:\\veri.ini var ise oradan yok ise d:\\veri.ini" içinden çekmesini istiyorum.

Aslında bunu File.DoesExist ile yaptım gibi fakat benim asıl yapmak istediğim ağdaki bir server'dan dosyadan çalışmak, izah edeyim ;

 

" eğer \\10.10.5.200\araclar\veri.ini varsa buradaki iniden Paragraph'a veri yazacak, eğer bu yoldaki dosyayı bulamazsa C:\\ver.ini deki verileri çekecek paragrapha yazacak"

 

File.DoesExist ile kendi bilgisayarımdaki iki farklı ini dosyası üzerindeki denemelerim olumlu sonuç verdi ama birinci kaynağı \\10.10.5.200 veya serverin adı \\ServeName yaptığımda oradaki ini yi hiç görmediğinden hep ikinci ini dosyasına (C:\\veri.ini) gidip oradaki verileri alıyor.

\\10.10.5.200 içindeki araclar\veri.ini dosyasının ve klasörünün yetkileri tamamdır. Başlat menüsüne \\10.10.5.200\araclar\veri.ini yazdığımda dosya geliyor, ama projemde bu dosyadan hiç veri çekemedim :(

Çok uğraştım ama yapamadım inanın :(

 

4-) Saat eklediğimde Proje açıldığında saati gösteriyor ama saat değişmiyor. Program yarım saat açık kalsa saat hiç değişmiyor, hala ilk açıldığındaki saat ekrana yazıyor. Bunun için bir time yapmak lazım herhalde! Saatin saniyenin proje açıkken daima güncellenmesini istiyorum, saniye olmasa da en azından dakika güncellensin, takılmasın.

Kodum şöyle :

SystemSaati = System.GetTime(0); -- Sistem saati
Paragraph.SetText("SistemSaati2" , SystemSaati)

5-) Sayfayı yenileme kodunu bulamadım :( Bir butona veya F5 bastığımda ekran tamamen yenilensin, yani sanki kapatılıp açılmış gibi olsun.

 

6-) Resimdeki kırmızı çerçeve içindeki etki alanını hangi kodlarla çekebilirim.

pre_1365663172__sistembilgileri.png

Diğer yerleri 

SystemGetLANInfo = System.GetLANInfo().Host -- PC Adi
Paragraph.SetText("PCAdi", SystemGetLANInfo)

SystemGetOSVersionInfo = System.GetLANInfo().Domain -- Etki Alanı
Paragraph.SetText("Domain", SystemGetOSVersionInfo)

SystemGetOSVersionInfo = System.GetLANInfo().User -- Windows Kullanicisi
Paragraph.SetText("Kullanici", SystemGetOSVersionInfo)

bu kodlarla çektim, ama kırmızı alandaki veriyi bir türlü çekemedim :(

 

7-) Bağlı olunan Ağın adını hangi kod ile çekebiliriz :

pre_1365663577__connectag.png

Kırmızı çerçeve içindeki bağlı olunan ağın ismini çekmek istiyorum.

 

Bitti :)

Biraz uzun oldu ama hepsi için ayrı ayrı konu açmak istemedim. Bu sorularımın cevaplarını bilen üstadlar var, umarım konuyu görürler ve cevap yazmak için müsait olurlar :)

 

1 2 ve 3. sorularımın önceliği ve ehemmiyeti daha fazladır. Ama hepsini de çözümlemek isterim açıkcası. :)

Şimdiden Teşekkürlerimi Sunuyor, yardımlarınızı bekliyorum.

Saygılarımla...

 

Link to comment
Share on other sites

1-İeyi varsayılan tarayıcı yaparak iede açılmasını sağlayabilirsiniz

 

2-Web objesinde yaptım Aşağıdaki kodları değiştirerek kullanabilirsiniz.

result = INIFile.GetValue(_WindowsFolder.."\\My Settings.ini", "My Section", "My Value");
Web.LoadURL("Web1", result);
 

 

 

3-

result = Folder.DoesExist("C:\\deneme.ini");

if result then

--varsa

else

--yoksa

end
 

 

Diğer sorularınada evde bakayım yoğunum hocam

Link to comment
Share on other sites

1-İeyi varsayılan tarayıcı yaparak iede açılmasını sağlayabilirsiniz

2-Web objesinde yaptım Aşağıdaki kodları değiştirerek kullanabilirsiniz.

3-Diğer sorularınada evde bakayım yoğunum hocam

İlginiz için teşekkürler..

 

1-) Bu programı kullanacak birçok Personel olacak. Bu kişilerin hepsine IE yi varsayılan yap demek zor. Bunu kodlarlar vs. yapabilirmiyiz.

Yani butona tıklanıldığında varsayılan hangisi olursa olsun AMS internet Explorer ile açacak.

2-) WebObjesi değilde buton ile yapmayı planlıyordum ama WebObjeside olabilir. Butona bir DialogPenceresibi açmasını sağlarım, dialog Penceresine de bir WebObjesi koyarak açtırtabilirim aslında.

 

Peki zamanlı olarak dialogPencceresini kapatan kod nelerdir.

Hani şu olacak 10 saniye içerisinde bu pencere kapanacaktır diyip 10 dan 0 kadar geri sayım yapacak ve 0 olduğunda kapanacak?

 

3-) Çok teşekkürler...

 

Örnek bi proje hazırlarım sizlere istedikleriniz kolay.

Zahmet olacak, şimdiden çok teşekkürler...

Link to comment
Share on other sites

2-

http://yadi.sk/d/e_JFs1k73yLpC

10 sn içinde dialog pencerisini kapatır.

 

 

5-

Page.Jump("Page1");

sayfayı yenileme işine yarar. page1 de herhangi bir butona bunu yazarsanız sayfa yenilenir.

 

 

@pairs hepsini 5 dk halleder :) ben kısa keseyim.

Link to comment
Share on other sites

Harikasınız arkadaşlar, 1 2 3 4 5 tamamdır, 6 ve 7 kaldı sadece.

 

@pairs arkadaşım, vermiş olduğunuz Projede "Bağlantı Adı" adlı butona bastığımda bomboş geliyor dialog.message penceresi.

Luacom pluginini buldum etkinleştirdim ama yine boşboş. Zaten pluginden önce hata veriyordu direk.

 

Özellikle 1 2 ve 3 nolu problemlerimi giderdiğim için çok mutluyum :)

Fakat 3 nolu sorumun arkasından farklı bir problem hasıl oldu,

eğer ağdaki ini dosyası varsa okuyor, yoksa AutoPlay\\Docs\\veri.ini bunu okuyor sorun yok. Fakar her ikiside yoksa şu hatayı veriyor :

pre_1365692245__inisizhata.png

burayad a bir kontrol ekleyebilir miyiz. Bu hata penceresi yerine "Gerekli ayarlar dosyası bulunamadı" şeklinde bir message çıksa ne güzel olur  :blush:

 

ek olarak Sayfayı her 5 dakikada bir yenileyecek kodlar nelerdir?

 

ve son olarak Bilgisayarın Local IP sini şu kod ile çekiyorum

SystemGetLANInfo = System.GetLANInfo().IP -- Local IP
Paragraph.SetText("IPAdres", SystemGetLANInfo)

sorun yok, fakat PC ağda değlse 127.0.0.1 diyor IP adresiniz. Bunu diyeceğine "Ağa bağlı değilsiniz, IP adresini yok" vs.. dese daha hoş olmaz mı :) ??

 

İlgilenen arkadaşlara sonsuz teşekkürler. En önemli eksiklerimi kapattım Sayenizde.

Sağolun Varolun, Saygılarımla....

Link to comment
Share on other sites

  • Editor

Hangi ağa bağlısınız bilmiyorum normalda boş döndürmemesi lazım win32 kkütüphanelerinden çekiyor bilgiyi.Ama bakayım tekrar.

 

Diğer isteklerinize gelince düzenleyip tekrar gönderirim projeyi.

Link to comment
Share on other sites

  • Editor

Harikasınız arkadaşlar, 1 2 3 4 5 tamamdır, 6 ve 7 kaldı sadece.

 

@pairs arkadaşım, vermiş olduğunuz Projede "Bağlantı Adı" adlı butona bastığımda bomboş geliyor dialog.message penceresi.

Luacom pluginini buldum etkinleştirdim ama yine boşboş. Zaten pluginden önce hata veriyordu direk.

 

Özellikle 1 2 ve 3 nolu problemlerimi giderdiğim için çok mutluyum :)

Fakat 3 nolu sorumun arkasından farklı bir problem hasıl oldu,

eğer ağdaki ini dosyası varsa okuyor, yoksa AutoPlay\\Docs\\veri.ini bunu okuyor sorun yok. Fakar her ikiside yoksa şu hatayı veriyor :

pre_1365692245__inisizhata.png

burayad a bir kontrol ekleyebilir miyiz. Bu hata penceresi yerine "Gerekli ayarlar dosyası bulunamadı" şeklinde bir message çıksa ne güzel olur  :blush:

 

ek olarak Sayfayı her 5 dakikada bir yenileyecek kodlar nelerdir?

 

ve son olarak Bilgisayarın Local IP sini şu kod ile çekiyorum

SystemGetLANInfo = System.GetLANInfo().IP -- Local IP
Paragraph.SetText("IPAdres", SystemGetLANInfo)

sorun yok, fakat PC ağda değlse 127.0.0.1 diyor IP adresiniz. Bunu diyeceğine "Ağa bağlı değilsiniz, IP adresini yok" vs.. dese daha hoş olmaz mı :) ??

 

İlgilenen arkadaşlara sonsuz teşekkürler. En önemli eksiklerimi kapattım Sayenizde.

Sağolun Varolun, Saygılarımla....

 

Şuanda son dediklerinizi ekledim fakat bu bağlantı adı bende çalışıyor yani bi sıkıntı göremedim.İşletim sisteminiz nedir acaba.Bİrdaha deneyin siz olmadı team ile bağlanıp bakarım.

Edited by pairs
Link to comment
Share on other sites

İlginiz için Çok Teşekkürler @paris, eyvallah.

Ayar dosyası yok tamamdır, bi else ye bakıyormuş bunu da öğrenmiş oldum. Ben 3. elsenin biraz daha karışık olduğunu sanıyorum :)

 

# Yalnız bağlantı adı hala boş çıkıyor

pre_1365747727__baglantiadi.png

Luacom pluginini pasif ettiğimde ise butonun 15. satırında hata veriyor :

local objWMIService = luacom.GetObject("winmgmts:\\\\.\\root\\CIMV2");

# IP Adresi hala 127.0.0.1 diyor IP alamayan bilgisayar için. doannımları devre dışı bırakmıyorum sadece Ethernet kablosunu çekip Wrilessi kapatıyorum, dolayısıyla Bilgisayar hiçbir ağa bağlı değil ve hiçbir IP de yok ama LocalHost IP sini veriyor 127.0.0.1

 

Neyse bu çok önemli değil, olmasa da olur :)

 

# Yalnız "ie ile aç" butonu çalışmıyor tıkladığımda hiçbir etkileşim yok. İlk gereksinimimi WebObje ile halletim o direk Explorardan açıyor, ama şimdi yeni bir gereksinim doğdu. örneğin www.hotmail.com 'u mutlaka Sistemde kurulu olan (artık hangi sürüm ise) İnternet Explorer ile açmasını istiyorum.

result = File.Run("iexplore.exe", "http://www.hotmail.com", "", SW_SHOWNORMAL, false);

Bu kodlardaki butona tıkladığımda hiçbir şey açılmyor :(< :(>

 

Sistemim Win7Pro 64 BIT. 32 Bit de deneme fırsatım olmadı.

Bunu da çözebilirsek iş tamamdır, Zira diğerleri olmasa da olur, Şimdilik önemli olarak bi bu kaldı, Explorer ile Link açma.

 

en Önemlilerini yaptık sayenizde, Tekrar Tekrar teşekkürlerimi sunuyorum.

Saygılarımla....

Link to comment
Share on other sites

  • Editor

Hocam team varsa PM atın baglanıp bakayım.IE olayına.

Bu arada Luacom Pluginini devre dışı bırakırsanız.Çalışmaz o kodlar baglanmışken onada bakarız.

Edited by pairs
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

  • Similar Content

    • By artae
      Nsasoft Product Key Explorer 4.2.9.0 Portable
      File size: 6.59 MB / 7.53 MB

      Product Key Explorer - Find over 8000 popular software product keys instantly! Product Key Explorer displays product key for Windows, MS Office, SQL Server and more than 500 popular software products installed on your local or remote network computers. In order to install or reinstall Microsoft Office, Windows, or other commercial software, you must have access to a product serial key (CD Key) for that product. Product Key Explorer retrieves serial keys from network computers and allows to protect your company from having pirated software on your network.

      With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software license keys in a central location. Excellent tool for network administrators, or businesses undergoing a software license compliancy. You can save product keys as Tab Delimited Txt File (.txt), Excel Workbook (.xls), CSV Comma Delimited (.csv), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, Print or Copy to Clipboard.

      Product Key Explorer is a powerful software inventory program that can help you to recover and backup lost product key (license CD key) for over 500 popular products (including Microsoft Windows 2000, XP, Server 2003, Vista, Office 2003, Office 2007 Professional, Adobe etc.) Product Key Explorer automatically recovers serial keys of the current system and retrieves product keys from network computers. The software allows to protect your company from having pirated software on your network. With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software product keys in a central location.

      You can backup product keys to Registry File (.reg), save as Tab Delimited Txt File (.txt), CSV Comma Delimited (.csv), Excel Workbook (.xls), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, print key list or copy all to clipboard. Just right click to key list and choose appropriate option. Please note: the trial version doesn't allow backup or print product key list.

      You can retrieve your game serial key with Product Key Explorer, the program can help you to find product keys for: Dungeon Siege 2, Age of Empires 3, Halo ( Halo 2), Flight Simulator, Rise Of Nations, Age of Mythology, MechWarrior Mercenaries, Sims 2, Battlefield, FIFA, NHL, Black and White, Battlefield Vietnam, Shogun Total War - Warlord Edition, Medal of Honor, Nascar Racing, Global Operations, Freedom Force, SimCity 4 Deluxe, James Bond 007 Nightfire, Dangerous, Dawn of War - Dark Crusade, Medieval II Total War, Call of Duty 2, Company of Heroes, Splinter Cell - Chaos Theory, Eugen Systems The Gladiators, Tiberian, Red Alert, Counter-Strike, Gunman Chronicles, Half-Life, Hidden & Dangerous 2, Industry Giant 2, Legends of Might and Magic, Soldiers Of Anarchy, Covert Strike, Rainbow Six III RavenShield, Pro Evolution Soccer 6, Stalker, Stardock Galactic Civilizations II,Ubisoft Prince of Persia, Silent Hunter II, Splinter Cell Pandora Tomorrow,Splinter Cell Chaos Theory, Empire Earth II, TimeShift, Sid Meier's Pirates, Star Wars Battlefront, Star Wars Empire, Star Wars Republic Commando and more...

      RELEASE NOTES
      Over 50 new software versions support
      Unspecified updates, enhancements, fixes
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/9E60C275807C0E7/p2cu8.Nsasoft.Product.Key.Explorer.4.2.9.0.Portable.rar



      https://rapidgator.net/file/fa8aa520010f6e8750b6e5b91eb0253c/p2cu8.Nsasoft.Product.Key.Explorer.4.2.9.0.Portable.rar


    • By artae
      Nsasoft Product Key Explorer 4.2.9.0 Portable
      File size: 6.59 MB / 7.53 MB

      Product Key Explorer - Find over 8000 popular software product keys instantly! Product Key Explorer displays product key for Windows, MS Office, SQL Server and more than 500 popular software products installed on your local or remote network computers. In order to install or reinstall Microsoft Office, Windows, or other commercial software, you must have access to a product serial key (CD Key) for that product. Product Key Explorer retrieves serial keys from network computers and allows to protect your company from having pirated software on your network.

      With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software license keys in a central location. Excellent tool for network administrators, or businesses undergoing a software license compliancy. You can save product keys as Tab Delimited Txt File (.txt), Excel Workbook (.xls), CSV Comma Delimited (.csv), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, Print or Copy to Clipboard.

      Product Key Explorer is a powerful software inventory program that can help you to recover and backup lost product key (license CD key) for over 500 popular products (including Microsoft Windows 2000, XP, Server 2003, Vista, Office 2003, Office 2007 Professional, Adobe etc.) Product Key Explorer automatically recovers serial keys of the current system and retrieves product keys from network computers. The software allows to protect your company from having pirated software on your network. With this software you will be able to track the number of software licenses installed in your business, find and recover a lost or forgotten product keys, save and keep an up-to-date backup of all your software product keys in a central location.

      You can backup product keys to Registry File (.reg), save as Tab Delimited Txt File (.txt), CSV Comma Delimited (.csv), Excel Workbook (.xls), Access Database (.mdb), Web Page (.html) or XML Data (.xml) file, print key list or copy all to clipboard. Just right click to key list and choose appropriate option. Please note: the trial version doesn't allow backup or print product key list.

      You can retrieve your game serial key with Product Key Explorer, the program can help you to find product keys for: Dungeon Siege 2, Age of Empires 3, Halo ( Halo 2), Flight Simulator, Rise Of Nations, Age of Mythology, MechWarrior Mercenaries, Sims 2, Battlefield, FIFA, NHL, Black and White, Battlefield Vietnam, Shogun Total War - Warlord Edition, Medal of Honor, Nascar Racing, Global Operations, Freedom Force, SimCity 4 Deluxe, James Bond 007 Nightfire, Dangerous, Dawn of War - Dark Crusade, Medieval II Total War, Call of Duty 2, Company of Heroes, Splinter Cell - Chaos Theory, Eugen Systems The Gladiators, Tiberian, Red Alert, Counter-Strike, Gunman Chronicles, Half-Life, Hidden & Dangerous 2, Industry Giant 2, Legends of Might and Magic, Soldiers Of Anarchy, Covert Strike, Rainbow Six III RavenShield, Pro Evolution Soccer 6, Stalker, Stardock Galactic Civilizations II,Ubisoft Prince of Persia, Silent Hunter II, Splinter Cell Pandora Tomorrow,Splinter Cell Chaos Theory, Empire Earth II, TimeShift, Sid Meier's Pirates, Star Wars Battlefront, Star Wars Empire, Star Wars Republic Commando and more...

      RELEASE NOTES
      Over 50 new software versions support
      Unspecified updates, enhancements, fixes
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/2909570639AA7DB/p2cu8.Nsasoft.Product.Key.Explorer.4.2.9.0.Portable.rar



      https://rapidgator.net/file/92875e6648d1e464ac0cab10a8ed6644/p2cu8.Nsasoft.Product.Key.Explorer.4.2.9.0.Portable.rar


    • By artae
      File size: 13 MB

      WiFi Explorer Pro takes the code base of WiFi Explorer, and adds a set of features that makes it the right tool for WLAN and IT professionals.
      You can use WiFi Explorer Pro for preliminary assessments, to help design and validate wireless networks installations, as well as to identify channel conflicts, overlapping, poor signal quality and other issues that may be affecting the connectivity or performance of your home, office or enterprise wireless network.
      Features
      - Passive and directed scan modes
      - Spectrum analysis integration
      - Custom filters
      - Support for remote sensors
      - Support for networks with hidden SSIDs
      - Additional columns with advanced information
      - Additional organization options for scan results
      - Dark and light themes
      Release NotesWhat's new in this version?
      Adds number of selected networks to footer.
      Adds support for the Fortinet AP Name, Model, and Serial Number vendor specific information element.
      Adds support for automatically choosing the remote sensor's wireless interface(s) for scanning.
      Fixes a crash that may occur when working with coloring rule sets.
      Fixes an issue where the number of spatial streams may be incorrect for APs supporting 160 MHz channel width.
      Fixes a file descriptor leak that occurs when reading the MCS index and other metrics from the built-in Wi-Fi adapter.
      Improves error handling when connecting to a remote sensor.
      Other minor fixes and improvements.
      Supported Operation Systems
      macOS 10.13 or later (Apple Silicon compatible)

      NitroFlare
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/B2B18F75108B140/5z6oe.WiFi.Explorer.Pro.3.4.3.macOS.rar



      https://rapidgator.net/file/1da77e7edbc25853b7ed95fefd986571/5z6oe.WiFi.Explorer.Pro.3.4.3.macOS.rar


    • By artae
      MetaProducts Offline Explorer Enterprise 8.2.0.4914 Multilingual | 135.7 Mb
      Experience the full power of Offline Explorer Enterprise: a scalable solution supporting massive downloads, fast data processing and capable to integrate with your company applications and systems.

      Bringing new unlimited capabilities in archiving Websites
      Being the industry-leading application for Website archiving and downloading, Offline Explorer Enterprise delivers the high-level downloading technology and industrial-strength capabilities. Download up to 100 million URLs per Project. Archive Websites automatically on a regular basis. Copy the downloaded Websites directly to your hard drive or to other external media, like Flash drives or DVDs. Archive the downloaded content in any format: WARC, ZIP, CHM, EXE. Examine a detailed download report for downloaded URLs and link errors.
      Is Internet access restricted at your company? We know how to still have necessary Websites at hands.
      There are many reasons why Internet access can be limited. If your company or educational organization restricts Internet access for security or productivity reasons, your employees still need access to certain industry related Websites. Offline Explorer Enterprise can download all relevant Websites to publish them in your Intranet easily.
      Create your own offline browsing solution
      OLE Automation enables developers to interoperate with Offline Explorer Enterprise making its folders, Projects and downloads fully accessible. Create your own solution using Visual C++, Visual Basic, Delphi or another COM-compatible development environment to start new downloads, manage Projects and process downloaded Websites via Offline Explorer Enterprise.
      Precise and flexible
      It's easy to download bulk Websites or just some files you need. With its varied and flexible settings, Offline Explorer Enterprise gives you full control over what to download and what to skip. Everything is possible with Offline Explorer Pro: downloading password-protected Websites, setting the download to automatically start at the time you need, using Macros to download constantly updated Websites, and many more.
      Always Up-to-date, for 19+ years
      For more than 19 years, Offline Explorer Enterprise has progressed to the state of the art in Website capturing. Since appearing in 1997, we have permanently been adding new functionality and the latest technology to present continual and consistent updates.
      Capturing Social Networking Websites
      Capture social networking Websites like Facebook, Twitter or Instagram and other interactive Websites. New practical Wizards let you quickly download your favorite social media Websites.
      Task-based Wizards to dramatically speed-up your workflow
      The fastest and most efficient Website downloader is now first to offer the task based Wizards, so you can uniquely easy download the Web content you need. Get started with almost any download task you might need using new Wizards with no need to set many Properties.
      Help Center
      Get the most out of Offline Explorer Pro functionality with our new help center.
      New Features:
      Capturing Social Networking and other interactive Websites;
      Saving passwords on the fly to download Password-protected Websites;
      Task-based Wizards to easily create download tasks;
      Report of all downloaded URLs and link errors;
      WARC files creation option;
      WARC files recording option;
      Setting download priority for selected file types;
      AutoRefresh for Internal browser tabs;
      Recent and Active screen in the Ribbon File tab;
      Option to export to MAFF archives;
      New Help center;
      Migration Wizard to transfer Projects and settings to another computer;
      Office 2013-like design of the Ribbon;
      And many more.
      Operating System:Windows XP, Vista, Windows 7, 8, 8.1, 10, 11
      Home Page-https://metaproducts.com/
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/AFCBF55F8F5256A/b9ar5.MetaProducts.Offline.Explorer.Enterprise.8.2.0.4914.Multilingual.rar



      https://rapidgator.net/file/7a17985791efc641156bf8604702ee1d/b9ar5.MetaProducts.Offline.Explorer.Enterprise.8.2.0.4914.Multilingual.rar


    • By artae
      SAPIEN CIM Explorer 2022 2.3.100 (64bit) | File size: 36 MB

      CIM Explorer is the next generation tool for exploring the vast universe of the Windows Management Instrumentation database. The CIM database represents an extensive repository of information about your servers and client machines, which, as a system or network administrator, you need to utilize every day. Use CIM Explorer's Windows PowerShell code generating abilities to create code for queries or even a GUI app with just a few clicks. The integrated PowerShell console for Windows PowerShell and PowerShell Core makes testing generated PowerShell statements instant and easy.

      Remote CIM database structure information is cached locally, so there is no delay when navigating to the CIM class and property you need to access. The data is, of course, queried directly from the remote computer.
      CIM Explorer's search and filter abilities will allow you to find what you need quickly and easily. Live PowerShell links in the documentation for both CIM classes and properties enable you to run a sample query with a single click.
      Superior performance using cached data and multi-threaded code gets you results fast.
      Explore and query local and remote machines.
      A large variety of search options enables you to access the information you need faster and more precisely.
      Filters allow you to reduce noise and focus only on relevant information.
      Preset and custom queries let you not only examine the classes, properties and methods but also the underlying data.
      View all documentation for any CIM objects.
      Generates sample code for PowerShell and VBScript, including calls to both CIM methods.
      Local cache allows you to browse remote machines even when not connected.
      Whats New
      https://www.sapien.com/software/version_history

      HomePage:
      https://www.sapien.com/software/cimexplorer
      DOWNLOAD
      (Buy premium account for maximum speed and resuming ability)


      https://nitroflare.com/view/880D26369911EB8/844uf.SAPIEN.CIM.Explorer.2022.2.3.100.64bit.rar



      https://rapidgator.net/file/7bd50013acd567b4f6c76473507ae53d/844uf.SAPIEN.CIM.Explorer.2022.2.3.100.64bit.rar


  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...