Skip to content

Commit

Permalink
small change
Browse files Browse the repository at this point in the history
  • Loading branch information
Fleischkuechle committed May 18, 2024
1 parent d542250 commit de3337a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit de3337a

Please sign in to comment.