Jump to content

gertsolo

Active Members
  • Posts

    98
  • Joined

  • Last visited

Everything posted by gertsolo

  1. that was my first idea, but I hoped there was a function for that, too bad... Anyway I now do it like this: While 1 $time = @hour & ":" & @MIN & ":" & @SEC consolewrite ($time & @CR) if $time = "16:17:00" Then MsgBox(4096, "time", $time) EndIf if $time = "16:17:05" Then MsgBox(4096, "time", $time) EndIf WEnd Problem with this is that I get several matches for that time. I mean that the while cycle goes faster that 1 second and thus the actions are performed several times. How can I prevent that and do just the action once? I put in a sleep, but that's a bit dirty written, no?
  2. Yes, but is not just uploading. There are also other things I want to execute before the uploads.
  3. Hey, I haven't had too much time searching the forum so if someone could point me out in the right direction, that would be great. For a website I want to upload stuff, but I want to do it at night when the costs and loads are lower. basicly I want to do these things at certain times (when I am asleep ;-) Something like : at 23:00 do 'some actions' is this possible? I'm even looking into the possibility to autostart my computer just before the point the actions have to be done (if that is possible ?) thx & grtz
  4. So it is not possible to do an auto login after a wake up?
  5. I'm not really familiar with MMC. When I start it which snap-in do I have to add?
  6. I have found a script that can detect when the PC wakes up. Now I just have to add the login thingy. Can anyone help me with that part? thx
  7. Nope, no password. It is just a PC with XP prof that I use remotely.
  8. I already tried that a long time ago Jos, no luck. I always get the XP login screen.
  9. So I should run your first example once and then the registry is edited and everything good to go?
  10. How should I run this to do the login after wake up?
  11. Hey, I have a PC which goes into standby when there is no activity. By doing so, the user is logged off. I want to login automaticly after wake up. I have tried every Windows setting without result. Can I run an AutoIt scripts which detects the wake up (on LAN) and does the windows login? thx.
  12. Yup, tested it several times, it always gives 0 when task manager says alternating 02 en 01. Never mind, I made a loop of several checks an added them up. Works fine now, cheers!
  13. Already tested that. For some reason it always gives zero for CPU usage, yet in the task manager it shows usage?
  14. Hey, I know there are many topics about this but I can't seem to find the right one. I just want to check the cpu usage of a process(program) to see if the program is doing something. thx.
  15. Roger that. One last one though, I know that I have to check if the UDP port 5355 is used. Where is that stored in which array? thx.
  16. Thx, I want this to run in background not through the complete GUI. How should I do this? I don't need the complete GUI overhead but dunno what to strip and what not. "-that what you use To idetify the connection -" is that in my case : mDNS;5355?
  17. Good question, I think I need to check if a certain local port for the bonjour service is used.
  18. Nice script! Could you help me out on this one. I have a bonjour service running on a PC and for some reason it stops working. Not that the service stops but I think that the ports are suddenly blocked. When I stop and start the service it works again for a while. What I would like to do is use a small part of your script to check if the ports are ok and if not stop and start the service. Could you help me? thx
  19. Yup, it is clear enough. I already told me that there are no active connections, so there is something else that keeps it awake. thx
  20. I use is as remote server, so there is no mouse/keyboard activity. I want it to go to sleep when no other computers or media servers are connecting to it.
  21. Hey, I have a remote PC which I use as server for my media files. When I don't use it I want it to go to standby after, for example, one hour. When I want to use it I wake it up on Lan. When I use the default windows power settings it works fine from time to time, but not always. Is there a better AutotIt alternative for monitoring a windows system and letting it go to standby when there is no activity? thx
  22. Thanks Jos, that did the trick.
  23. Would do you mean with that Jos?
  24. thanks all, I will try it right away. greetz I tried it but don't seem to get it working. Is the code good as it is or should I change or add something? btw I get these parameters 17:18:48: 0x00000004 17:28:15: 0x00000012 17:30:56: 0x00000000 17:30:57: 0x00000004 17:32:25: 0x00000012
  25. I don't know any WMI functionality that can do this.
×
×
  • Create New...