Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I stop this thing!
#1
In QM1, there was an 'until this key is pressed' part to REP. I had a short 'renaming' macro that would run until another key was pressed. Works great. What do I do now? Could it be re-written to do something like "for all files selected ... do something ... next"?
#2
Repeat and stop when F12 is pressed:

Code:
Copy      Help
rep
,ifk(F12) break
,...
,...
...


Forum Jump:


Users browsing this thread: 1 Guest(s)