Skip to content

Commit

Permalink
add bat scripts to allow running in background
Browse files Browse the repository at this point in the history
  • Loading branch information
hardest1 committed Jun 13, 2020
1 parent 7c6d575 commit aef859d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Start.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
start pythonw.exe screenshotmatcher/main.py %*
2 changes: 2 additions & 0 deletions show_qr.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
@echo off
start pythonw.exe screenshotmatcher/show_qr.py %*

0 comments on commit aef859d

Please sign in to comment.