Jump to content

Andre

Active Members
  • Posts

    355
  • Joined

  • Last visited

Everything posted by Andre

  1. Bump.... exe is an application... Andre
  2. http://www.autoitscript.com/autoit3/scite/downloads.php Andre
  3. use the supplied windows backup tool... can backup the system-state Andre
  4. Hi, the autohotkey has some good things perhaps an idea to combine the 2 into one ? Andre
  5. Hi, Why not use the tools from MS to make an "silent" installation ? Don't blame me but sometimes that's easier than making an complete autoit script. Andre
  6. Hi, Perhaps u could ask someone to translate your question to (better) english Andr
  7. Hi, Check with this $var = DriveGetDrive( "cdrom" ) $idUser = 1 MsgBox(4096,'Testing',$var[$idUser] & "\RG\SETUP.EXE") To see if this is what u want.... Andre
  8. Hi, and then u should also block CTRL-F4 & ALT-F4 Andre
  9. why not use FC ? Andre
  10. hi, also run('P:..... won't work if it's an mapped drive..... Andre
  11. Hi, WinWaitActive("") is in fact, "last active" window The sleep in this script is just as an example to show and hide the window. Andre
  12. Hi, Is it possible to implement the reading/writing of the eventlog in the "new" Beta ? Andre
  13. hi when u: is an mapped drive it does not work.... Andre
  14. Hi, a messagebox is an system dialogbox. Make an gui for your own version... Andre
  15. hi, is possible when using FileInstall !!! Andre
  16. Hi, Try this : While 1 Sleep(100) If ProcessExists('taskmgr.exe') Then ProcessClose('taskmgr.exe') WEnd Andre Edit : Be aware of what u want might look strange too some people. Could look if your'e trying to make some "bad" programs...
  17. Hmm, As far as i know that's not possible. if your user has administrative rights on his computer he can close all the processes in the taskmanager. One workaround. Name your script as an windows program like svchost..... Andre
  18. Hi All, Daily is see many improvements in the current Beta's. Any guess when the Beta becomes Alpha ? Andre
  19. Hi, on 2000/Xp use the dos command : cacls Andre
  20. hi, please post your source..... without it it's hard to see whats wrong. Andre
  21. hi gamerman23560, That's not the same as an service..... Andre
  22. Hi, u want to make one spyware removal tool ? If so have a look at www.hitmanpro.nl it's made in autoit an does what u want. Andre
  23. "last" uses the last successful window match so you don't have to keep specifying the title and text again and again. e.g. Andre
  24. hi does not work..... Andre
×
×
  • Create New...