Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need help with making my file unshareable
#1
HI I NEED HELP WITH MAKING MY FILE UNSHAREABLE SO IF SOMEONE WERE TO SEND OUT MY MACRO IT WILL NOT WORK FOR THEM CAN SOMEONE HELP ME GIN
#2
I haven't done anything with it yet but you could look into the "shareware" capabilities for macros. do a search in the help or in the macro editor to find it.
An old blog on QM coding and automation.

The Macro Hook
#3
WHERE IS THE MACRO EDITOR?
#4
You can encrypt your macros (Options -> Security) and add code that checks whether the macro runs on your computer. For example this:

Code:
Copy      Help
str su sc; GetUserComputer su sc; if(!(su~"My user name" and sc~"My Computer name")) end

Replace the strings to real use name and computer name.


Forum Jump:


Users browsing this thread: 1 Guest(s)