Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run macro only if it is in a specific folder
#1
Hello,
I am writing to you because I need to know how I can make the exported executable only run if it is located in a specific folder. Huh
#2
Macro Macro3033
Code:
Copy      Help
str s=_qmdir
out s
if s~"c:\folder\"
,out "run"
else
,out "exit"
,ret


Forum Jump:


Users browsing this thread: 1 Guest(s)