Skip to content

Commit

Permalink
Update - run.bat console will now stay if the program crashed
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyGroupHub committed Oct 23, 2023
1 parent 15abd3e commit 8ed78ce
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion run.bat
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
start WalletTracker.exe /CONSOLE pause
title Ethereum Wallet Tracker
@echo off
start /B cmd /C "WalletTracker.exe /CONSOLE"
cls
pause
echo To terminate the bot, simply close this window.

0 comments on commit 8ed78ce

Please sign in to comment.