View Issue Details

IDProjectCategoryView StatusLast Update
0003734Far ManagerDialogpublic2019-08-25 13:55
Reporterlkintact Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionno change required 
Platformx86OSWindowsOS Version10
Product Version3.0 
Summary0003734: В диалогах не раскрываются %DATE% и %TIME%
DescriptionFar не раскрывает переменные окружения %DATE% и %TIME% в диалогах, предполагающих такую возможность.
Пример: Нажимаю F7, ввожу "Folder %DATE%", жму Enter. Far создает папку "Folder %DATE%" вместо ожидаемого "Folder 25.08.19".

Far 3.0.0.5454 x86,
Windows 10 Home 1803
TagsNo tags attached.
Build0

Activities

DrKnS

2019-08-25 13:43

administrator   bugnote:0016578

set /?
If Command Extensions are enabled, then there are several dynamic
environment variables that can be expanded but which don't show up in
the list of variables displayed by SET.  These variable values are
computed dynamically each time the value of the variable is expanded.
If the user explicitly defines a variable with one of these names, then
that definition will override the dynamic one described below:

%CD% - expands to the current directory string.

%DATE% - expands to current date using same format as DATE command.

%TIME% - expands to current time using same format as TIME command.

%RANDOM% - expands to a random decimal number between 0 and 32767.

%ERRORLEVEL% - expands to the current ERRORLEVEL value

%CMDEXTVERSION% - expands to the current Command Processor Extensions
    version number.

%CMDCMDLINE% - expands to the original command line that invoked the
    Command Processor.

%HIGHESTNUMANODENUMBER% - expands to the highest NUMA node number
    on this machine.

DATE, TIME и прочие - это расширения cmd.exe, таких переменных нет.

lkintact

2019-08-25 13:51

reporter   bugnote:0016579

Понял, спасибо.

DrKnS

2019-08-25 13:55

administrator   bugnote:0016580

Теоретически, конечно, можно добавить, но не факт, что нужно.

Issue History

Date Modified Username Field Change
2019-08-25 13:37 lkintact New Issue
2019-08-25 13:43 DrKnS Note Added: 0016578
2019-08-25 13:51 lkintact Note Added: 0016579
2019-08-25 13:52 DrKnS Status new => closed
2019-08-25 13:52 DrKnS Resolution open => no change required
2019-08-25 13:52 DrKnS Build => 0
2019-08-25 13:55 DrKnS Note Added: 0016580