UDP question
Hello I am having question about UDP. As we know UDP is connectionless so 1) $s = UDPBind("127.0.0.1", 1234) 2) $d = UDPRecv($s, 4096,1) 3) UDPSend($s,$d+something()) Now then question is: if $s has...
View ArticleRun icacls as administrator
I'm trying to create a script to run the icacls function to change some folder permissions within a script where the user of the script does not have admin rights. I'm using the RunAsWait function like...
View ArticleWinHttp.WinHttpRequest.5.1 Example - Any advices?
AutoIt Script: [ autoit ] expandcollapse popupGlobal Const $HTTP_STATUS_OK = 200 Global $hTimer = TimerInit() Global $sPost = HttpPost("http://www.afk-manager.ir/test/post.php",...
View Articlehelp
Trying to get this to work but I am in Do Until Loop hell. The result I am looking for is that the burn does not happen unless a blank cd that can be written to is in the drive. But in various...
View ArticleIssues with shutdown
Hi All, I am trying to automate restart/logoff and then logon again on a Windows Server 2003 computer. I have been using Shutdown(6) to force a restart, however, after login on, I get a message popping...
View ArticleUsing AutoItv3 Wrapper Directives as Variables
I am trying to make my application a little bit more user-friendly, since it will be distributed at my place of work. So I have begun using file versions when I compile my script. Is it possible to...
View Articlechecksum
Hi, I need help. I need to verify the upgrade of a file put on a website, compared to the same file that is located on a PC of a user. Not being able to verify the date of the file, because when you...
View ArticleStringRegExpReplace
Hi, I have a log with bunch of text and numbers. pattern: text then space than 3 random numbers then space then 1-6 random numbers then space then "text" example: some text 528 470316 "some text" I...
View Article10!
I use 4 Function to calculate this topic,only For Loop got wrong ~ While Loop ✓ [ autoit ] popup$sum = sum(10) Msgbox(0,"Total","Total:"&$sum) Func sum($x) $loop = 1 $y = 10 While $loop $y =...
View ArticleInvoking autoit snipet by shortcut disables pc (windows 7 64bit)
Hello all, below is a very nice snippet. I've been using it often several times a day, because when I'm making a entry at a log or journal, I wished to precede it by the actual time. It worked with all...
View ArticleSearching for: Excel UDF Replacement with Open Dll
Hi there, i am using an Excel Sheet to read from with the UDF _Excel in AutoIt. But this UDF doesnt work on Computers, that dont have Microsoft Office (Excel) installed. Thats why im searching for a...
View ArticleHelp Unzipping multiple zip files to and contents to one folder
Hello all respectable AutoIT Guru's.... I got a ton of help on the last post and I really appreciated you guys pointing me in the right direction. I am attempting to write a little program for a blind...
View ArticleListView - WM_DrawItem not work with WM_Notify
Hey peoplez, In All i try to have a listview control which subitems have InputBoxes instead of simple Text. I have a good start, by creating an Edit control with _WinAPI_CreateWindowEx and position it...
View ArticleIncrease text length before wrap in edit control w/hscroll
Hi, The following code wraps text after about 1024 chars. Is there a way to increase this? Tried: varying fonts - no effect Searched: forums, Google, MSDN for "horizontal scroll limit", "horizontal...
View ArticleHow can I get a reason of error when calling DirCreate function
I got a return value 0 when called DirCreate() function. I'd like to handle the error code according to error case. but I can't know what happened during the function call. could anyone please help me...
View Articlealt+f not functioning
Hi, I am new with AutoIT and has developed coupled of test cases for PLM application performance. My issue is application Alt+F is not working, when press Alt+F it wont work some problem is there with...
View ArticleOpening a file of a particular type
Hi there I feel confident that this is possible, and I have searched, but am unable to find how to do this. Brief: My database contains blobs which represent attachments that users have attached. I...
View Articledo not move my topic to general help forum - but here it is anyway!
hi my friends i am desirable person because of i am beginner in autoitscript. also People differ levels in mental capacity and I approve that I am not a genius . therefor i write my topic in this forum...
View ArticleFileOpen and @error
Hello, i have a strange problem. When i open a bin file, created by my self and i re read it whit FileReadLine the @error is trowing a 1 in stead off -1. _FileCountLines Shows 2 line's and that is...
View ArticleLoop Help
So, I'm playing around with things I can do. I wanted to make this app just do as it does for the most part, but make one function checking if I hit the close button. I wouldn't mind understanding a...
View Article