Results 1 to 4 of 4

Thread: Batch File to Refresh Network at regular intervals

  1. #1
    Join Date
    Jan 2009
    Posts
    203

    Batch File to Refresh Network at regular intervals

    I have established a network between IBM Server with 3 Windows XP client , i need a batch .bat file that automatically refresh my network connection from time to time, say after an interval of 3 hours or so. Any help will be very much appreciated... Thanks

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: Batch File to Refresh Network at regular intervals

    Hey!
    I didn't understand your problem? What do you mean by refreshing network? Do you want to renew the ip address settings? Well you need to detail your problem if you need a proper solution...! Anyways Post back... All the best!

  3. #3
    Join Date
    Jan 2009
    Posts
    203

    Re: Batch File to Refresh Network at regular intervals

    Hey!
    Yes! I need to run the command ipconfig /renew at regular intervals as i mentioned before...! Sorry! didn't mention what i meant by refreshing network... Well now that there is all the details can anyone help me please...! Thanks!

  4. #4
    Join Date
    Mar 2009
    Posts
    599

    Re: Batch File to Refresh Network at regular intervals

    Hey!
    In that case i suggest you make a batch file that will simply consist of a single command :
    Code:
    @ECHO OFF
    ipconfig /all
    exit
    Now Copy the above code and paste it to notepad and save it as a batch file. Now go to control panel > scheduled Task > Add Scheduled Task and in that select your batch files set the time and follow the wizard...! It will guide you and your work will be done easily...! All the best...!

Similar Threads

  1. ASUS K42-JR gets stuck at regular intervals
    By Blesseds in forum Portable Devices
    Replies: 4
    Last Post: 07-12-2010, 08:03 PM
  2. How to execute commands of batch file at timed intervals
    By Camryn in forum Software Development
    Replies: 5
    Last Post: 27-03-2010, 08:47 PM
  3. Process for clearing the page file on regular intervals
    By Emiliio in forum Windows Software
    Replies: 5
    Last Post: 13-01-2010, 05:00 AM
  4. Refresh network drives at regular interval
    By Emiliio in forum Windows Software
    Replies: 3
    Last Post: 18-11-2009, 01:25 AM
  5. Web browser freezes at regular intervals
    By MagicAlonso in forum Technology & Internet
    Replies: 4
    Last Post: 27-10-2009, 03:06 PM

Tags for this Thread

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
  •  
Page generated in 1,713,965,989.00834 seconds with 16 queries