From de3337a60cf41c6dd8c3846d0a52d1bcd1aa2910 Mon Sep 17 00:00:00 2001 From: Fleischkuechle Date: Sat, 18 May 2024 22:00:40 +0200 Subject: [PATCH] small change --- ...P_file_from_The_output_folder_need_7zip_to_be_installed.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/6_Double_Click_Me_To_Create_A_ZIP_file_from_The_output_folder_need_7zip_to_be_installed.bat b/6_Double_Click_Me_To_Create_A_ZIP_file_from_The_output_folder_need_7zip_to_be_installed.bat index c33466f..5d63230 100644 --- a/6_Double_Click_Me_To_Create_A_ZIP_file_from_The_output_folder_need_7zip_to_be_installed.bat +++ b/6_Double_Click_Me_To_Create_A_ZIP_file_from_The_output_folder_need_7zip_to_be_installed.bat @@ -7,7 +7,8 @@ rem Add 7-Zip path to the system PATH temporarily @REM %ProgramFiles%\7-Zip @REM set path=%ProgramFiles%\7-Zip ;%path% -set "path=C:\Program Files\7-Zip;%path%" +@REM set "path=C:\Program Files\7-Zip;%path%" +set "path=%ProgramFiles%\7-Zip;%path%" REM this is getting the path where the bat file is. cd /D "%~dp0"