Jump to content

wkeeter

Members
  • Posts

    12
  • Joined

  • Last visited

wkeeter's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. If you use SCITE as your editor it has awsome tools in it to help you code. The tool you want is called CodeWizard and will make any kind of message box you want + a whole lot more. SCITE FILES: http://www.autoitscript.com/autoit3/scite/downloads.php
  2. I would Zedna If i could read it. I tried to spend some time with a translator but even a translator dont even know what a lot of these words are. Any chance u can convert that to english? Thanks
  3. I've been searching and trying things for days and i'm here to tell you im confused as heck and cant get nothing to work. Senario: FileName = test.bin In a hex editor i can goto offset 0x350 and i see example "Please Change Me Now" But i want it changed to "Changed" or what ever. Ok 2 delimas i'm running into is one changing this hex value, and the other is when you wright "Changed" it leaves "Change Me Now" still in the test.bin file. I would also like to know how to change these values to null or 00's in the hex value becuase they are no longer needed. Really what i'm looking for is some sample code if at all possible because i really am confused. And the closest i've found in the forums is this post http://www.autoitscript.com/forum/index.php?showtopic=12604 But that even confuses me more. I'd even be happy if someone knew of a commandline utility that would accomplish the same thing but googling for days hasn't brought much help either. Any help would be appreciated. Thanks
  4. If update now don't work then go here. http://www.mcafee.com/apps/downloads/secur...updates/dat.asp Wayne
  5. Update!! Ok today at 10:30am Mcafee has sent me an extra.dat file that resolved this issue with dat version 4865. My scripts are no longer being deleted. I guess you should contact them for this file. Wayne
  6. McAfee released a dat yesterday 4865 that started to delete my scripts. Not good at all. Roll back your dats to 4864. I have a call in with McAfee and they are looking into it. Short term solution. I will post back the results when McAfee gives me feed back. Wayne
  7. Well as i see no one is offering any other information i'm taking it that this just can't be done at this time with autoit. And again this subject will go under the carpet unresolved. But thanks guys that did offer information!
  8. This is a Windows Copy Box with a progress bar not a GUI Progress bar this isn't what I'm looking for. But thanks!
  9. Again will not work for a single file. This is for a directory of files and the more the better it works. The caculation for the progress bar isn't passed until the end of the filecopy, and on a single file it is over with and no progress can be seen becuse it is done. Just not what I need for a single file copy in the GUI interface. I do thank you for looking though. I have seen all of this stuff when I was searching. But i can't find anything on copying a single file with a progress bar that actually works.
  10. Yeah i tried that one to but didn't work inside a GUI. I did get it to work just as a script. So i'm still a lookin.
  11. I have searched these forums over and over to try and find a sample of how to copy a single file with a progressbar in a GUI. I see it brought up a lot, but no one offers a solution. I see there are solutions for a Directory to Directory copy or move. Is there a way for this to happpen in the GUI?
×
×
  • Create New...