
magaf
Active Members-
Posts
40 -
Joined
-
Last visited
Everything posted by magaf
-
thx, and yeah i also checked it now and as assumed its disabled..
-
im on adsl, when i disconnect im getting a new ip, i dont know what DHCP is so i should use the first way?
-
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
-
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
-
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 %
-
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?
-
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?
-
searching an irc channel for a str
magaf replied to magaf's topic in AutoIt General Help and Support
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:) -
searching an irc channel for a str
magaf replied to magaf's topic in AutoIt General Help and Support
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? -
searching an irc channel for a str
magaf replied to magaf's topic in AutoIt General Help and Support
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? -
still cant find a port changing option
-
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
-
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?
-
thx, thats usefull information through i dont see a port support.. damn seems like i need to find another solution...
-
thx but when i type ftp ? or ftp help it says unknown host/command i have win xp pro sp2
-
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.
-
could it be done with autoit and some external tool or any other idea?
-
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
-
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...
-
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?
-
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...
-
thanks to both of you and i think a function like the above should be putted in autoit's next version
-
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..
-
how can i know the number of times a string is contained in different places in another string?
-
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...