Advertisement
Guest User

Batch file that starts scrcpy

a guest
Mar 9th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.19 KB | None | 0 0
  1. ::Starts an instance of scrcpy, then closes the cmd window
  2. title scrcpy
  3. echo off
  4. cls
  5. ::Change this path to wherever you extracted the .zip
  6. cd C:\scrcpy-windows-v1.0\ 
  7. start scrcpy.exe
  8. EXIT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement