• 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
    • Groups 0

    Topics

    • T

      Database issue

      Watching Ignoring Scheduled Pinned Locked Moved FOG Problems
      2
      0 Votes
      2 Posts
      1k Views
      JunkhackerJ

      my suggestion, install phpmyadmin

    • T

      1.0.1: Memtest fails to run

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports
      8
      0 Votes
      8 Posts
      3k 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

      Watching Ignoring Scheduled Pinned Locked Moved Feature Request
      6
      0 Votes
      6 Posts
      4k 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