You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Missing ampersand character (`&`) in menus](#missing-ampersand-character--in-menus)
78
82
*[Reporting bugs](#reporting-bugs)
79
83
@@ -1796,6 +1800,79 @@ The following table defines the list of pre-defined environment variables for Sh
1796
1800
1797
1801
1798
1802
1803
+
# Tools #
1804
+
1805
+
1806
+
## file_explorer_renew ##
1807
+
1808
+
**file_explorer_renew** is an utility provided with ShellAnything that can close and reopen all File Explorer windows.
1809
+
1810
+
Shell Extension DLLs cannot be easily deleted because _File Explorer_ usually have a lock on the file. File Explorer Renew is used to force File Explorer to release file locks on shell extentions such as ShellAnything.
1811
+
1812
+
The utility is useful during the [uninstall process](https://github.com/end2endzone/ShellAnything/blob/master/INSTALL.md#uninstall). For more details, see the [uninstall section of INSTALL.md](https://github.com/end2endzone/ShellAnything/blob/master/INSTALL.md#uninstall).
1813
+
1814
+
1815
+
1816
+
## arguments.debugger ##
1817
+
1818
+
**arguments debugger** is a set of two applications for debugging command line arguments sent to a program. When launched, they display individual arguments that started their process.
1819
+
1820
+
There are two applications `arguments.debugger.console.exe` and `arguments.debugger.window.exe`. The first is a console application, the second is a windows application. Both applications will show the individual command line arguments received from [<exec> action](#exec-action).
1821
+
1822
+
This tool allows one to validate that he properly escaped string values to use as command line parameters. Test your <exec> actions with _arguments.debugger_ until all your arguments are ready. Then switch your actions to launch your actual programs.
1823
+
1824
+
For example, if you execute the following menu action:
0 commit comments