Lexikos, wow.. that works.. 1 small tweak I need though.. I do not need the actual path copied to the clipboard, just the filenames..
thanks
Need some help with a windows 7 issue
Started by
joey3002
, Sep 09 2010 05:28 PM
18 replies to this topic
#16
-
Posted 24 September 2010 - 01:29 PM
any kind of update to this? please..
thanks again
thanks again
#17
-
Posted 29 September 2010 - 10:57 AM
I do not need the actual path copied to the clipboard, just the filenames..
:?:
^j:: Clipboard := "" ; Empty clipboard. Send ^c!d ; Send Ctrl+C (copy) and Alt+D (focus address bar) ClipWait 1 ; Wait for clipboard to contain something. Clipboard := Clipboard ; Convert to text. ControlGetText currentPath, Edit1, A ; Retrieve address (only works after Alt+D). loop, parse, clipboard, `n { if A_LoopField { SplitPath, A_LoopField, FileName Filenames = %Filenames%%Filename%`n } } StringTrimRight, Filenames, Filenames, 1 ClipBoard := Filenames MsgBox % currentPath "`n" Clipboard ; Show address and list of selected files. Filenames = ;delete return
#18
-
Posted 29 September 2010 - 11:30 AM
omg, i love you all!!!
huge thanks for helping me out.
huge thanks for helping me out.
#19
-
Posted 30 September 2010 - 12:23 PM