Skip to content

Commit

Permalink
Updated bat files to stay open when error occurs (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
gazzamc authored Oct 11, 2024
1 parent 0051e6b commit 9d5cd23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
powershell -command " Start-Process PowerShell -Verb RunAs \""-Command `\""cd '%cd%\scripts'; & '.\cli.ps1';`\""\"" "
powershell -command " Start-Process PowerShell -Verb RunAs \""-noexit -command `\""cd '%cd%\scripts'; & '.\cli.ps1';`\""\"" "
2 changes: 1 addition & 1 deletion run_ps7.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pwsh -command " Start-Process pwsh -Verb RunAs \""-Command `\""cd '%cd%\scripts'; & '.\cli.ps1';`\""\"" "
pwsh -command " Start-Process pwsh -Verb RunAs \""-noexit -command `\""cd '%cd%\scripts'; & '.\cli.ps1';`\""\"" "

0 comments on commit 9d5cd23

Please sign in to comment.