Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run a command on inactive user.
#6

Just put Macro1 on the user you want to run the macro on and put Macro2 on the user you want to trigger Macro1 with. What is going to happen is when you run Macro2 it modifies the attributes of the file which will then trigger the macro on the other user, that has Macro1.


Macro ( Macro490 )
Code:
Copy      Help
str s
GetUserComputer s
if(s~"Sam"=0) ret ;;exit if current user is not "User"

This code is just used to check if the current user, you're on, matches the user you have filled in, inside the macro.
Taking on Quick Macros one day at a time


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)