- Jun
- 223
- 0
My third attempt to get this feature into the app:
Make [tab] work in tokens containing environment variables as follows:
dir %systemroot%\a*[tab]
Here [tab] - on continuous key presses - should return the next file/directory name starting with 'a' in the directory pointed to by %systemroot%.
[tab] should however not expand %systemroot% beforehand.
Right now - before being able to use [tab] - you have to expand any variables with [ctrl-x], leaving you with the expanded value of the variable in the command line.
nickles
Make [tab] work in tokens containing environment variables as follows:
dir %systemroot%\a*[tab]
Here [tab] - on continuous key presses - should return the next file/directory name starting with 'a' in the directory pointed to by %systemroot%.
[tab] should however not expand %systemroot% beforehand.
Right now - before being able to use [tab] - you have to expand any variables with [ctrl-x], leaving you with the expanded value of the variable in the command line.
nickles