• Recent
    • Unsolved
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login
    1. Home
    2. Tribble
    3. Topics
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by Tribble

    • T

      Database issue

      FOG Problems
      • • • Tribble
      2
      0
      Votes
      2
      Posts
      939
      Views

      JunkhackerJ

      my suggestion, install phpmyadmin

    • T

      Solved 1.0.1: Memtest fails to run

      Bug Reports
      • • • Tribble
      8
      0
      Votes
      8
      Posts
      2.5k
      Views

      T

      Just updated to 1.1.1 due to other issues, I’ll retry on the newer build when i get a chance.

    • T

      Add IP Address changer - Snap-in scripts included

      Feature Request
      • • • Tribble
      6
      0
      Votes
      6
      Posts
      3.3k
      Views

      T

      Updated:

      The following will now ignore the case of the Computer name by adding the /I argument to the If statement.

      [INDENT=2]@Echo Off[/INDENT]
      [INDENT=2] [/INDENT]
      [INDENT=2]Set csv=\Server\Share\pcsetup\ipchanger\ComputerList.csv[/INDENT]
      [INDENT=2] [/INDENT]
      [INDENT=2]for /f “skip=1 delims=, tokens=1-7” %%a in (%csv%) do ([/INDENT]
      [INDENT=2] if /I “%computername%”==“%%a” ([/INDENT]
      [INDENT=2] [/INDENT]
      [INDENT=2] netsh int ipv4 set address “Local Area Connection” static %%b %%c %%d[/INDENT]
      [INDENT=2] netsh int ipv4 set dnsserver “Local Area Connection” static %%e[/INDENT]
      [INDENT=2] netsh int ipv4 add dnsserver “Local Area Connection” %%f[/INDENT]
      [INDENT=2] netsh int ipv4 add dnsserver “Local Area Connection” %%g[/INDENT]
      [INDENT=2] [/INDENT]
      [INDENT=2] )[/INDENT]
      [INDENT=2])[/INDENT]
      [INDENT=2]REM Pause[/INDENT]
      [INDENT=2]Echo On[/INDENT]

    • 1 / 1