Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need a macro
#1
run "$my pictures$\rokpic\NewScene.pur"

this is a macro that i am using, the trigger key is Numpad 3, and I want this software to open or close whenever I press Numpad3. For example, I start the software by pressing Num3, and after I click Num3, I want the software to be closed. Is this possible? Please help i am going nuts xD
#2
Example with WordPad.

Macro Macro3253
Trigger N3     Help - how to add the trigger to the macro
Code:
Copy      Help
int w=win("WordPad")
if w
,clo w
else
,run "C:\Program Files\Windows NT\Accessories\wordpad.exe"
#3
Wow THANKS A LOT!


Forum Jump:


Users browsing this thread: 2 Guest(s)