Monthly Archives: November 2022

Custom Local Command to Launch Explorer Window to Target Computer C$

If you want to hard-code into your BatchPatch menu a command that will launch \\targetComputer\C$ or similar, it’s pretty simple. Here’s all you need to do: Create a local command in BatchPatch by selecting Actions > Execute local process/command > Create/modify local commands The actual command syntax to use is: cmd.exe /c start \\$computer\c$ cmd.exe […]

Posted in Blog, General, Tutorials | Tagged | Comments closed