Jump to content

Mateusz

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Mateusz

  1. Can I use AutoIT with mozrepl in RDP environment (multiple users in the same time)? Mozrepl uses TCP port, should I set up other ports for every user? If MozRepl is installed on each user and I'm trying to connect via AutoIT UDF FF on some users i get error with timeout.
  2. Can I detect window at users sessions (RDP) when running script as service? I want wait for specific window appear and fill some fields when user start program, but when I install script as service, windows can not be detected.
  3. Can someone write example with PUT request with json content? In linux I can send it via command: curl -X PUT -H "Content-Type: application/json" -d'{"id":"1751","title":"some title","attr1":"value1","attr2":"value2"}' https://hostname/service --insecure and it is working, but can't do the same on AutoIT.
×
×
  • Create New...