[Jack] SimpleWatchDog menu

User Tag List

Page 3 of 3 FirstFirst 123
Results 31 to 41 of 41
  1. #31
    smoochy84's Avatar Member
    Reputation
    10
    Join Date
    Jul 2017
    Posts
    44
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry for expressing myself so complicated.

    What I was actually trying to say: Would it possible to modify your app, so when the config contains

    <add key="RunningProcessName" value="Diablo III"/>

    it will look for either a "Diablo III" or "Diablo III64" process?

    [Jack] SimpleWatchDog
  2. #32
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by smoochy84 View Post
    Sorry for expressing myself so complicated.

    What I was actually trying to say: Would it possible to modify your app, so when the config contains

    <add key="RunningProcessName" value="Diablo III"/>

    it will look for either a "Diablo III" or "Diablo III64" process?
    The turbohud process path cannot be the same for both D3 clients, so i would say it's not a so great idea ;p

    It's possible but would destroy the 'Simple' part of this little tool.
    Hide the Rum! --> Default theme customization 101 <--

  3. #33
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I updated it to handle multiple watchers.
    See OP for usage.
    Hide the Rum! --> Default theme customization 101 <--

  4. #34
    smoochy84's Avatar Member
    Reputation
    10
    Join Date
    Jul 2017
    Posts
    44
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you very much. This was what I was looking for

    Could you also please add the binary for download? It is still missing

  5. #35
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Done, the file was there but corrupted, dunno what happened ^^'
    Hide the Rum! --> Default theme customization 101 <--

  6. #36
    smoochy84's Avatar Member
    Reputation
    10
    Join Date
    Jul 2017
    Posts
    44
    Thanks G/R
    1/9
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Works perfectly. Thanks again.

  7. #37
    FixiWiz's Avatar Member CoreCoins Purchaser
    Reputation
    1
    Join Date
    Apr 2017
    Posts
    13
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Great utility,
    Big thanks!

  8. #38
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    is your great tool work with more than two apps? ask because i have more apps that i run when play D3 ...

    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <configSections>
        <section name="WatchDogConfig" type="SimpleWatchDog.Configuration.WatchDogConfig, SimpleWatchDog" allowLocation="true" allowDefinition="Everywhere" />
      </configSections>
      <WatchDogConfig>
        <watchDogs>
          <watchDog runningProcessName="Diablo III" watchProcessName="Turbo" launchPath="C:\PATH\TO\Turbo.exe" timer="1000"/>
          <watchDog runningProcessName="Diablo III" watchProcessName="TeamSpeak" launchPath="C:\PATH\TO\TeamSpeak.exe" timer="1000"/>
          <watchDog runningProcessName="TeamSpeak" watchProcessName="TSNotifier" launchPath="C:\PATH\TO\TSNotifier.exe" timer="1000"/>
        </watchDogs>
      </WatchDogConfig>
    </configuration>

  9. #39
    JackCeparou's Avatar Savvy ? 🐒
    Reputation
    534
    Join Date
    Mar 2017
    Posts
    588
    Thanks G/R
    51/490
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep, no limit.

    Well, i guess it will choke after too much watchers, but nothing will prevent you from watching thousands of processes ^^'
    Hide the Rum! --> Default theme customization 101 <--

  10. Thanks MrOne (1 members gave Thanks to JackCeparou for this useful post)
  11. #40
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by JackCeparou View Post
    Yep, no limit.

    Well, i guess it will choke after too much watchers, but nothing will prevent you from watching thousands of processes ^^'
    yes but in this case ill set to 10sec delay no need 1sec THX

  12. #41
    MrOne's Avatar Contributor
    Reputation
    163
    Join Date
    Mar 2017
    Posts
    322
    Thanks G/R
    66/141
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    probably issue ...
    when i watch two times same application lik Diablo III then watchdog watch only second row (many "watch" in this sentence )

    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <configSections>
        <section name="WatchDogConfig" type="SimpleWatchDog.Configuration.WatchDogConfig, SimpleWatchDog" allowLocation="true" allowDefinition="Everywhere" />
      </configSections>
      <WatchDogConfig>
        <watchDogs>
          <watchDog runningProcessName="Diablo III" watchProcessName="Turbo" launchPath="C:\PATH\TO\Turbo.exe" timer="1000"/> <-- this line skips
          <watchDog runningProcessName="Diablo III" watchProcessName="TeamSpeak" launchPath="C:\PATH\TO\TeamSpeak.exe" timer="1000"/> <-- watch only this line
          <watchDog runningProcessName="TeamSpeak" watchProcessName="TSNotifier" launchPath="C:\PATH\TO\TSNotifier.exe" timer="1000"/> <-- and this line
        </watchDogs>
      </WatchDogConfig>
    </configuration>
    when i remove last line than

    Code:
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
      <configSections>
        <section name="WatchDogConfig" type="SimpleWatchDog.Configuration.WatchDogConfig, SimpleWatchDog" allowLocation="true" allowDefinition="Everywhere" />
      </configSections>
      <WatchDogConfig>
        <watchDogs>
          <watchDog runningProcessName="Diablo III" watchProcessName="Turbo" launchPath="C:\PATH\TO\Turbo.exe" timer="1000"/> <-- this line skips
          <watchDog runningProcessName="Diablo III" watchProcessName="TeamSpeak" launchPath="C:\PATH\TO\TeamSpeak.exe" timer="1000"/> <-- watch only this line
        </watchDogs>
      </WatchDogConfig>
    </configuration>

Page 3 of 3 FirstFirst 123

Similar Threads

  1. LF Guy Jack Issom!
    By roflx in forum WoW Scam Prevention
    Replies: 5
    Last Post: 04-13-2008, 01:05 AM
  2. [EPIC] Reality vs Fantasy feat Jack Thompson
    By Nemorosa in forum Community Chat
    Replies: 1
    Last Post: 02-25-2008, 11:47 AM
  3. I R Jack Yo Chips
    By Phase228 in forum Community Chat
    Replies: 2
    Last Post: 02-20-2008, 08:02 PM
  4. Jumping Jack Walljumper (safe!)
    By Cern in forum World of Warcraft Bots and Programs
    Replies: 18
    Last Post: 02-05-2008, 04:07 AM
  5. Lord of the Rings-Jack Black Parody
    By The Juggernaut in forum Community Chat
    Replies: 3
    Last Post: 03-09-2007, 09:46 PM
All times are GMT -5. The time now is 09:30 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search