Skip to content

Commit

Permalink
Create runner.vbs
Browse files Browse the repository at this point in the history
Added vb script to run on background
  • Loading branch information
rubencosta13 authored Jul 15, 2022
1 parent 918bf83 commit 747e8b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runner.vbs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run """File Location""", 0 , false

0 comments on commit 747e8b5

Please sign in to comment.