I have a catalog of applications in my Dropbox - I would like to access all of them from the command line without the need to set loads and loads of path variables. Is there a way to set up a recursive path variable? I tried to put ** at the end - without joy.
You cannot use placeholders or something similar in an environment variable PATH. This is just a directory concatenation, no extra features.
PATH
, PATH, . , PATH , , .
Source: https://habr.com/ru/post/1794731/More articles:Evaluating anonymous functions in a switch statement - anonymous-functionКакие файлы должны быть проверены в SVN из файлов проекта Visual Studio в С#/VB? - version-controlHow to copy DataGridTextColumn style to DataGridTemplateColumn? - silverlightJSF - List of supported browsers - cross-browserAny system for writing code with multiple users in real time, for example, with google public documents? - pythonCakePHP Подключается к БД - mysqlCannot return value from C function in Python script, but maybe in console - pythonperl LibXML to write XML document - xmlAndroid camera upside down - javaError trying to add header using Set-Cookie in GAE - pythonAll Articles