Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QM protection
#1
is there a way
so that if anyone renames your files the macro thats on there system gets deleted!
ty
#2

I don't know about having it delete the macro, but you can set it as a read only file so that your file cant be renamed. Right-click on macro -> Goto more -> File properties -> Check read only.
Taking on Quick Macros one day at a time
#3
Yes but if they know anything about QM cant they just uncheck read only? lol
#4

You could use
qmitem.

Macro ( Macro112 )
Code:
Copy      Help
int a=qmitem("Macro112" 1)
if(a) out "Correct Macro Name"
else out "Wrong Macro Name"


Look up qmitem in the Quick Macro reference for more help.
Taking on Quick Macros one day at a time


Forum Jump:


Users browsing this thread: 1 Guest(s)