Сергеич

|
Posted: Fri Jan 07, 2005 19:31 Post subject: |
|
|
Quote: | 2. Чтоб тихий экзешник умел работать с лист-файлами (например %L)
Подробнее, плз. |
Смотри, если выделить несколько файлов на панели и нажать на кнопку в тулбаре в которой в качестве параметра указано %L, то создастся временный файл со списком выбранных файлов и передастся в качестве параметра вызова.
Говоря цитатой из хелпа:
Quote: |
%L, %l, %F, %f, %D, %d create a list file in the TEMP directory with the names of the selected files and directories, and appends the name of the list file to the command line. The list is deleted automatically when the called program quits. 6 types of list files can be created:
%L Long file names including the complete path, e.g. c:\Program Files\Long name.exe
%l (lowercase L) Short file names including the complete path, e.g. C:\PROGRA~1\LONGNA~1.EXE
%F Long file names without path, e.g. Long name.exe
%f Short file names without path, e.g. LONGNA~1.EXE
%D Short file names including the complete path, but using the DOS character set for accents.
%d Short file names without path, but using the DOS character set for accents. |
Вощем это чтоб файлы по-одиночке не кидать, а мелкими-большими группами. |
|