ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Find And Run Robot

here is possibility to copy the same name without path ?

(1/1)

Judykator:
It is in the command "Copy target patch (ctrl+c). Is possibility to copy the same name without path ?

Nod5:
It is in the command "Copy target patch (ctrl+c). Is possibility to copy the same name without path ?
-Judykator (March 02, 2017, 11:43 AM)
--- End quote ---

I don't think FARR has a built in hotkey for that. Here is a quick Autohotkey script to get what you want by quickly pressing ctrl+c twice a file is selected in FARR.


--- Code: Autohotkey ---#NoEnv#SingleInstance force;double tap ctrl+c in FARR;to turn clipboard full path into filename#IfWinActive, ahk_exe FindAndRunRobot.exe~^c::if (A_PriorHotkey == A_ThisHotkey) if (A_TimeSincePriorHotkey < 500)  {  clipwait  if !FileExist(clipboard)   return  SplitPath, % clipboard , file  clipboard := file  }return#IfWinActive

Navigation

[0] Message Index

Go to full version