talss Posted November 28, 2008 Posted November 28, 2008 Hello, I want that my autoit script will continue working on one user, while I am using the other one - and the script won't affect the second user. How can I do that?
November Posted November 28, 2008 Posted November 28, 2008 Hello,I want that my autoit script will continue working on one user,while I am using the other one - and the script won't affect the second user.How can I do that?Hi there,Run the script as a service.Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
martin Posted November 28, 2008 Posted November 28, 2008 Hello,I want that my autoit script will continue working on one user,while I am using the other one - and the script won't affect the second user.How can I do that?It depends on what the script does. It might be sufficient to use the macro @UserName to decide what to do. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
talss Posted November 28, 2008 Author Posted November 28, 2008 The script WinActivates,and click buttons. Using WinActivate,MouseMove,MouseClick functions. How can I make it work with my two users?
martin Posted November 28, 2008 Posted November 28, 2008 The script WinActivates,and click buttons.Using WinActivate,MouseMove,MouseClick functions.How can I make it work with my two users?Sorry but I don't understand the problem. To help me understand can you tell me what goes wrong at the moment? Why doesn't it work with 2 users? By two users do you mean logging between 2 users? Ordo you mean 2 users accessing the same program over a network? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now