diff --git a/run-applio.bat b/run-applio.bat index 86de62e1..472c2196 100644 --- a/run-applio.bat +++ b/run-applio.bat @@ -1,6 +1,8 @@ @echo off setlocal -title Applio +for %%F in ("%~dp0.") do set "folder_name=%%~nF" + +title %folder_name% if not exist env ( echo Please run 'run-install.bat' first to set up the environment.