Add a shorcut "open a terminal here" on Windows

On Windows, the file explorer does not provide any "open a terminal
here" shortcut.

Add a bat file which just runs `cmd` to easily open a terminal directly
in the scrcpy directory (so there is no need to `cd C:\path\…`).

PR #2970 <https://github.com/Genymobile/scrcpy/pull/2970>
This commit is contained in:
Romain Vimont
2022-01-26 09:57:24 +01:00
parent c8dc1917f4
commit 50f4f1639c
3 changed files with 12 additions and 2 deletions

View File

@@ -0,0 +1 @@
@cmd