From 8ed78cea87926a4fbaef5caba5722b0a3d961f5d Mon Sep 17 00:00:00 2001 From: LD Date: Tue, 24 Oct 2023 00:33:53 +0800 Subject: [PATCH] Update - run.bat console will now stay if the program crashed --- run.bat | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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