Results 1 to 6 of 6

Auto Flushdns & Auto Renew Ip Files

This is a discussion on Auto Flushdns & Auto Renew Ip Files within the General Chat forums, part of the Knight Online (ko4life.com) category; I created a small batch file for those of you who are to lazy to open the command prompt. Or ...
Page: 1


  1. #1
    Dr4g0n
    Guest

    Default

    I created a small batch file for those of you who are to lazy to open the command prompt.
    Or those of you that dont know how to flush the dns resolver or how to renew your ip address.

    Ipconfig Command Module click here for download Ipconfig Command Module
    I find this very usefull instead of having to open a cmd window everytime all I do is double click the files.
    Thanks to festo for the user input advice

    Some basic directions
    When the app loads you have 3 choices
    #1 flushdns
    #2 release ip address
    #3 renew ip address
    Just type in what number you want and hit the enter key.

  2. #2
    Senior Member festo's Avatar
    Join Date
    Mar 2006
    Location
    England
    Posts
    2,820

    Default

    Why not jsut make it one file and use a user input

    e.g.

    set /p choice=Please enter 1[Nicks], 2[Download], 3[Dads] or END ??
    if /i [%choice%]==[END] endlocal&goto end
    if [%choice%]==[] goto again
    if [%choice%]==[1] goto 1
    if [%choice%]==[2] goto 2
    if [%choice%]==[3] goto 3
    set /p xxx=wrong entry, press any key to exit.
    endlocal
    goto end

  3. #3
    Dr4g0n
    Guest

    Default

    Ok I got it ty festo

  4. #4
    Dr4g0n
    Guest

    Default


  5. #5
    Senior Member
    Join Date
    Jul 2006
    Location
    Oklahoma
    Posts
    227

    Default

    Isn't Network Places - View Network Connections - Repair the same thing?

  6. #6
    Dr4g0n
    Guest

    Default

    yes but this is a one click soulution.
    And alot of people belive it or not dont know how to get to "Network Places"

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •