Skip to content

Commit

Permalink
set the folder name as the window title
Browse files Browse the repository at this point in the history
  • Loading branch information
blaisewf committed Dec 27, 2024
1 parent f76e38f commit 8a4de80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion run-applio.bat
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 8a4de80

Please sign in to comment.