I've spent a couple of hours on this already. I went to the forum and pored over the help file. Like batch file issues, I've come to the conclusion that the...
Hi! I'm sorry, you've lost me. Where do I check for this? Thanks! <g> Hypatia :oD ... From: GS [mailto:gtsears@...] Sent: Sunday, August 01, 2004 9:16...
Oops, thank you!! I responded to your earlier message and I see that you provided the info here <g>! Thanks so much for this. I really appreciate it. ...
is there a way to use autoit 2 to make it run cmd and use the ftp program to download a program? if so how in the world will i ever go about doing this? ...
basically the whole thing for example i want it to connect to my server, login using a user name and password then download a file from the FTP, i'm just...
Jeff, here is a copy of a script that i have had from the heady days of V2.64.. copy it into a script and change IP Address etc (marked in red).. you can ...
... to download ... Here is a version of script from autoit2 FileUpload: ; MsgBox, 0, AutoIt, Finished Cleaning folder a etc. About to start Upload. ; Upload...
Florent, I've found the fresh article (02.08.2004) Turns a phpBB forum into a Blog: http://www.phpmag.net/itr/news/psecom,id,16920,nodeid,113.html There is a...
Speaking of RSS feeds, I've set one up for the AutoIt forum. For details see: http://www.autoitscript.com/forum/index.php?showtopic=4030 It'm still hacking...
Hi, everyone has kept coming back with the switches things, it's too funny! <g> NO, GUYS! Switches don't correct what is wrong with syntax. Switches are just...
First remark: AutoIt 3.0 is the best thing that ever happened to scripting under DOS/Windows! Previously, my scripts consisted of .bat or QuickBasic .bas...
see i like this idea, because i'm basically looking for something that i can use command lines for, not really send commands, i liked the other script that...
I've tried this a little bit. You can use FileRead to read one byte at a time and then use Asc to return ... $file=@scriptfullpath $f = FileOpen($file,0) $byte...
... manipulate ... can ... the ... 200", ... perfectly ... the .jpg ... character ... is ... content ? ... I made some changes that allows FileRead to have a...
great thats what i'm lookin for :D, thank you everyone who helped me get this pain in the butt out of the way ... From: "MasviL" <masvil@...> To: "Jeff"...
Ok i got it and it worked so perfectly i wanna cry lol jk but here it is FTP.AUT ... RunWait, ftp -s:Test.txt ... Test.txt ... open 127.0.0.1 67 anonymous ...
Thanks, Lar. This does not solve my problem,however. I need to find the position of the first occurrence of the string "[Null]200" within the first block of...
... does ... as a ... this works and I am sure it is faster if you use handles... $jpg = @scriptdir & "\a.jpg" $fLen = FileGetSize($jpg) $nPos = 1 $bFound = 0 ...
Thanks, that works with LarryIt3.exe... But the circumvention is not exaclty what I expected. One other problem I solved in QB / VBA is: Retrieve all embedded ...
I don't know how AutoIt processes it, but in many languages, a string is terminated by NULL characters, so that when you search a string that has multiple NULL...
Thought you might find this interesting. It reads a binary file and then opens notepad with the hex readout of the file like this... 69 20 4F 70 74 69 63 61 6C...