Jump to content

magaf

Active Members
  • Posts

    40
  • Joined

  • Last visited

Everything posted by magaf

  1. thx, and yeah i also checked it now and as assumed its disabled..
  2. im on adsl, when i disconnect im getting a new ip, i dont know what DHCP is so i should use the first way?
  3. when i do renew or release on the adapter i get an error that dhcp is disabled im on adsl which is high speed internet
  4. i now saw the ipconfig /renew but i dont know where to see the adapter name as if i dont put any i get an error
  5. so u say i can get a new ip with ipconfig? or just check if its not like the older one it hasnt happend yet that i got the same ip after disconnecting so i dont care if its such a low %
  6. the reason i do this it to get a new ip, would disabling the network device also disconnect from the isp so when i connect it i will get a new one?
  7. what would be the shortest and unseen by the user way to do that? is there a dos function to disconnect from some network maybe?
  8. yeah autoit is very good but in this case i used python because its not much to write and its much more fast (the log file i was checking was about 350kb which took autoit a long while to find jsut how much line there were) anyway i already built it in python works great:)
  9. i think ill write it with python any better idea? btw how do i make a hotkey in python and what import do i need?
  10. thx, my client does have a log file but with autoit scanning a large log file can take some time and resources, is there a program that autoit could use to do it with?
  11. still cant find a port changing option
  12. i already "run download.exe in a Command Prompt to learn more about its syntax and its parameters" but it doesnt tall how to do that specifically
  13. it seems that it supports port from the error i got when i trayed to connect but i cant find out where is it, could someone see that?
  14. thx, thats usefull information through i dont see a port support.. damn seems like i need to find another solution...
  15. thx but when i type ftp ? or ftp help it says unknown host/command i have win xp pro sp2
  16. again i need to findout how to do such a thing ... and scriptkitty thx for the tool but it dont see that it supports port or overwritting a file.
  17. could it be done with autoit and some external tool or any other idea?
  18. If MsgBox(4, "AutoIt Startup Script - Black Reaper", "Press either yes to run the script, or no to cancel it... The default is no.")=7 then exit
  19. saying that the username=us password=pa ftp adress=ad port=po file to uplaod=fi what do i need to do with RunWait(@ComSpec ,"",@SW_HIDE) to make it do that? please help...
  20. if there isnt a function that can do this yet, how can i upload a file to a ftp with username,password,port,path and also if a file i upload already exists delete it and upload the file?
  21. look at this example $x="2004-09-06" StringReplace($x,StringRight($x,2),"0"&StringRight($x,2)+1) msgbox(0,"result " & $x,"should have been 2004-09-07") the StringReplace doesnt actually replace what he needs here...
  22. thanks to both of you and i think a function like the above should be putted in autoit's next version
  23. ahh i found a little solution i can use StringSplit and read the arrays [0] place but isnt there something more specific? also i found more not specific solutions..
  24. how can i know the number of times a string is contained in different places in another string?
  25. ive had to use another way less efficient way to make my program work but still from what ive seen, with autoit its impossible to use a variable as an array's name...
×
×
  • Create New...