Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/18/2012 in all areas

  1. Hi, Irstndm. I have a script which performs system maintenance, including deleting C:Temp of all files and folders. Below is a snippet from that script; it should work for what you're trying to do. $_dir1 = _FileListToArray(@TempDir, "*", 2) $_dir2 = _FileListToArray(@TempDir, "*", 1) If IsArray($_dir1) Then For $n = 1 To $_dir1[0] $sPath = @TempDir & "" & $_dir1[$n] If FileExists($sPath & "") Then DirRemove($sPath, 1) EndIf Next EndIf If IsArray($_dir2) Then For $n = 1 To $_dir2[0] $sPath = "C:Temp" & $_dir2[$n] If FileExists($sPath) Then FileDelete($sPath) EndIf Next EndIf
    1 point
  2. Mobius

    AutoCamo - 98.18b

    I suspect you suddenly stop using AutoIt when it gives av false positives without having any modifications? I am not wasting my time contacting the fools that write antivirus programs, purely because of the fools that believe the lies and purchase/install this trash. I will leave it to them to waste thie own time Multiple camo compiled targets were: Broken down into its respective pe components with 7-Zip, then the relevant pieces were sent to virus total. The oldschool method of dumb dicing was also performed on each target, with the pieces also being sent to VT. A new release of a3c is inevitable, whether I will waste any more time on this AV business is another matter. Vlad
    1 point
  3. Hello I have developped a form generator (formHandler) for using in my programs. The attached zip file contains : formhandler.au3 the script which generate a formsbFormHandler.au3 a script for test and understand formHandlerAutoItFormHandler.pdf a brief documentationI hope this can be useful John Rossatiformhandler.zip
    1 point
  4. I will weigh in here, and agree wholeheartedly with John on this. There is a reason you're receiving no help, sathish. This forum is full of people who take time out of their own schedules to assist because we have a lot of love for the language. No one is getting paid, so we're less than willing to deal with someone who comes off (as you clearly did) as petulant and demanding. I would kindly suggest you take your own advice, and mind your words while here. I would also agree with John on your script. You state this is an internal site we cannot see, and don't give us the details of the fields you want to fill, yet you want a sample script written for you. That is nigh impossible with the information you've provided. I would suggest at least attaching the html source of the page so we can see how it is ordered.
    1 point
  5. Whatever. Over and out.
    1 point
  6. I do just fine on my own without your advice thank you. But if you would like mine, you are a self proclaimed newbie, and your post sounds like you are demanding help from someone. So perhaps it is you who should not be rude, and if you are making a joke (which I doubt you were) you ought to make that clear in your post. I cannot help with your need, as that tiny piece of code you posted does not say much, but I'm sure someone will help you if they can when they can. Meanwhile you should try some code yourself, and show a little of that code you have tried to achieve your goal.
    1 point
  7. Why, is Melba23 your personal servant?
    1 point
×
×
  • Create New...