diff --git a/run.bat b/run.bat index 6dcc169..6e2b866 100644 --- a/run.bat +++ b/run.bat @@ -1 +1,6 @@ -start WalletTracker.exe /CONSOLE pause \ No newline at end of file +title Ethereum Wallet Tracker +@echo off +start /B cmd /C "WalletTracker.exe /CONSOLE" +cls +pause +echo To terminate the bot, simply close this window. \ No newline at end of file