Jump to content

Search the Community

Showing results for tags 'Service'.

  • Search By Tags

    • service ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 11 results

  1. I can't be responsible for any impact of your script or services you would run in production. | _Services_UDF v4 | | By Arcker | Run your script as a service | Req. AutoIt 3.3.8.1 min, last beta recommended ( tested in 3.3.9.21 ) |_______________________________________ ++ Preparing v5 !! Ch...
  2. Introduction In the course of my research for a project involving, among other things, the transfer of large amounts of data, I came across the BITS service and from that the idea for this UDF was born. For a brief overview, I'll quote from Microsoft's BITS website (https://docs.microsoft.com/...
  3. Hello all, I've scripted AutoIT to scrape a web forum I'm part of using the IE.au3 #include. The script works great if I'm logged in, but doesn't work as a service. Anyone have any ideas on how I might achieve that or will I have to have the computer logged in at all times? Thanks,...
  4. Hello Again Legends of AutoIT I am immensely grateful for the help I was given in creating my first script which works (almost) perfectly when logged on to a PC with admin rights. The problem is that I need to silently install the application on to 50 PCs that do not have admin rights. We...
  5. Excuse me, I did not understand how in the function of Main I can include hundreds of functions of my executable code ?? How to implement this?
  6. If I create a service to run a program , Application window cannot Appear - How can I make the App window visible
  7. I'm unable to display a message box from a compiled AutoIt alerting script that is executed from a service (also a compiled AutoIt script). I used $MB_SERVICE_NOTIFICATION, but the dialog doesn't appear and the alerting script continues as if the OK button had been clicked. The service script uses S...
  8. Hello, This is my code:- #include "ServiceControl.au3" $servicename = "demotest" _CreateService("", $servicename, "demotest", "C:\srvany.exe", "LocalSystem", "", 0x110) RegWrite("HKLM\SYSTEM\CurrentControlSet\Services\" & $servicename & "\Parameters", "Application", "REG_SZ", "C:\demo.exe") #in...
  9. So I've been trying to create a service using the Service UDF here : >UDF But I keep getting 0 returned, which means failure, and no service appears in the service viewer. My goal here is to create a service which will launch an autoit exe before a user logs on. Here's my code: #include"C:...
  10. Know your system! Prod your system for unwanted code! (virus/malware) Please report bugs/requests/criticism or whatever! ProDLLer v0.503 Update: 23rd of October 2011 ProDLLer.rar Earlier versions downloaded: 2726 times. Most Recent changes... ; 0.503 ; Fixed: Don't leave icon in tray when lea...
  11. I'm trying to create an app which will run as a service and appear in the system tray. I've created the service using SRVANY and it works fine until the user logs off, the app closes down. Initial tests at home made me think I had resolved the issue but in work it still fails, this drove me crazy...
×
×
  • Create New...