ERCC (http://eriedel.info)

ARGS2CLP

The program with the somewhat unwieldy name Arguments-to-Clipboard (ARGS2CLP.EXE) is a Windows application by ERCC that copies its "arguments" or parameters to the clipboard. It is a console program that typically runs without any display. (The previous version showed a message box before copying.)

ARGS2CLP was primarily developed for the purpose, to copy the names (full file names including path) of selected files to the clipboard. For ease of use, the program should be integrated into the context menu of Windows Explorer, for example using a program shortcut in the SendTo folder.

In principle, ARGS2CLP transfers all call parameters as well as standard input in the console window (stdin). This also allows to copy the redirected output of other console programs. For example:

dir | args2clp

Of course it may be necessary to indicate the program path for ARGS2CLP.EXE (or include it in the PATH environment variable).

Called without any parameters ARGS2CLP takes the console input line by line. Enter Ctrl+Z to finish. (Typing Ctrl+C cancels execution.)

The variant ARGS2CLPU (ARGS2CLPU.EXE) handles arguments (file names) with Unicode characters. This is not a console program.


License, Download

ARGS2CLP/ARGS2CLPU is provided as freeware and "as is" without any warranty or liability. Of course, suggestions for improvements are welcome.

The following program files are available:

 ARGS2CLP.EXE
 ARGS2CLP_1.1.EXE (previous version with message box dialog)
 ARGS2CLPU.EXE (Unicode variant)

Download the desired file and save it to a folder of your choice.
 

http://eriedel.info/en/files/aclp/args2clp.html


ERCC (http://eriedel.info)  08/2011 + 03/2020   © Erhard Riedel Computer Consulting (ERCC)


link to info overview