Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Charlie30
  • Content: Threads
  • Order by date
  1. Charlie30

    Python scheduler - Basic

    Hi ! I would like start a tracert(windows XP) each 15 minutes at a giving time, (let say: btwn August 24 2007 @ 09:00 AM to August 24 2007 @ 02:00PM ). WHAT DO YOU SUGGEST ME ? (don't want any task scheduler from windows) thanks ! Note that I have a script that put My IPs adreses into a...
  2. Charlie30

    Unrestricted number in a table - Newbies

    I need to entered a undefined number of IP into a list, but below script does only allow me to put 5 configured number IP (see: ip_list = read_ip(5)). What do you sugggest me ? ----------------------------------------------------------- def read_ip(N): valid_ip = [] i = 1 while...
  3. Charlie30

    For host in range - basic question!

    Is somebody can assist me ? I did create a list wish I can validate several IP and than the list is displayed. but I need to know what should I replace on the 2 below command lines to make all IP of the list to be ping? Should I use for host in range command ? What do you suggest ...

Part and Inventory Search

Back
Top