Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Choosing a file with mouse and input into application
#4
Macro Macro1546
Trigger F11     Help - how to add the trigger to the macro
Code:
Copy      Help
;select a text file in a folder window, and run this macro
;it will open the file in notepad

key Cc
ARRAY(str) a
GetClipboardFiles a
str cl.format("''%s''" a[0])
run "notepad.exe" cl


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)