Jump to content

Mecrazycoder

Active Members
  • Posts

    109
  • Joined

  • Last visited

Everything posted by Mecrazycoder

  1. Yes you are right. I need to find the full path of the given file
  2. Dude,I am afraid this not i want.I want to find the full path of file specified.Anyway tanx for your response.
  3. No dude.Its not working
  4. Hi friends, I wrote a script to give the path of given file name.Here is my script $drives=DriveGetDrive("all") For $i = 1 to $drives[0] FileChangeDir($drives[$i]) $search=FileFindFirstFile("firefox.exe") if $search =-1 Then ContinueLoop Else $path=FileFindNextFile($search) ExitLoop EndIf Next MsgBox(0,"File path is",$path).But instead of returning file path,it returns file name.Whats wrong with my code.
  5. Hi friendz, Is there any option to change the icon of another exe file using AutoIT script.So please let me know.Thanks in advance
  6. Yeah i know that but problem is when hotmail is active it doesn't show the output.Can you please try the script
  7. Hi friends, I wrote a script like Opt("WinTitleMatchMode",-2) If (( ProcessExists("firefox.exe") or ProcessExists("iexplorer.exe") ) And (WinWaitActive("Hotmail") or WinWaitActive("Google") or WinWaitActive("Gmail")) )Then MsgBox(0,"","Got it") EndIf .It works fine for hotmail window alone.When i open some other window like Gmail(comes second or so) it doesn't produce the output.Please help.Only works if first window is active.
  8. Umm tanx dude i will do it
  9. Ok let me try that one
  10. Ok let me do some research on it and get back to you if i found something new.Thank you Manadar
  11. Sounds good. I can see your care towards society.But i am not that type of Guy(like hackers).Keep rocking
  12. Seems what???? Try to be optimistic. Dont doubt everyone..Ok
  13. Yeah i know..Is there any way to do it
  14. Hi dude, I wrote a script(like folder lock).Now i want to run it everytime when i open a drive.Is there any way to run my script when someone tries to open my drive(Personal drive). Tanx in advance
  15. Tanx man for your response and advice
  16. My Brother use to play games and watch movies all the day.This is spoiling his future.So i wrote the script to kill all the unnecessary processes.Since he is quite good at system side,he easily figure the process and kill it.To get ride of it only i am askin
  17. Hi friends, I want to execute the AutoIT script.That script must run as System user.That is when you see taskmanager,you can easily figure out what are the exe are running under User(Admin) or by system.I want to run my exe under System. Tanx in advance
  18. Hi dude, Why cant you search the forum.Anyway here is the link Email via smtp
  19. If you are not sure about using AutoIT for zip/unzip,make use for someother lang like perl for zip/unzip.Convert perl script into exe and invoke it using AutoIT
  20. Tanx for starting this thread......
  21. Umm thanks dude
×
×
  • Create New...