Hacking Share your Bootanimations Here!

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
like this?
Variable Name:
gzip

Variable Value:
%programfiles(x86)%\GnuWin32\bin‘’C:\Program Files\(x86)\GnuWin32\bin”
no. you do not need a variable named gzip at all. You need to add the new path, that points to the binary, at the end of the PATH

Like this for winzip, but do it for gzip.

https://kb.corel.com/en/125976
 

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
no. you do not need a variable named gzip at all. You need to add the new path, that points to the binary, at the end of the PATH

Like this for winzip, but do it for gzip.

https://kb.corel.com/en/125976
imagine you know nothing of paths, binaries, or commands and this is your first time doing this. What is the path itself that I'm supposed to put at the end of?
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
imagine you know nothing of paths, binaries, or commands and this is your first time doing this. What is the path itself that I'm supposed to put at the end of?
Where did you install the gzip binary?

Based on what you said earlier I assumed it was in:

‘’C:\Program Files\(x86)\GnuWin32\bin”

so slap a semicolon at the end and then copy paste the path above at the end.

You will then need to close out any cmd.exe windows and open a new one to test if gzip is now in your path.

That should work unless you installed gzip in a different path but I have now way of knowing that so I need your help with that on your end.
 

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Where did you install the gzip binary?

Based on what you said earlier I assumed it was in:

‘’C:\Program Files\(x86)\GnuWin32\bin”

so slap a semicolon at the end and then copy paste the path above at the end.

You will then need to close out any cmd.exe windows and open a new one to test if gzip is now in your path.

That should work unless you installed gzip in a different path but I have now way of knowing that so I need your help with that on your end.

Like this?
%programfiles(x86)%\GnuWin32\bin;‘’C:\Program Files\(x86)\GnuWin32\bin"

It would be easier if you jsut typed exactly what needs ot be pasted there.
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
Like this?
%programfiles(x86)%\GnuWin32\bin;‘’C:\Program Files\(x86)\GnuWin32\bin"

It would be easier if you jsut typed exactly what needs ot be pasted there.
Guessing how you installed your programs and using that to explicitly create a path for you to copy and paste at the end of the current paths listed in your system is exactly what I did. There will be a bunch of other paths listed based on other software yiu have installed that needs to stay there but I don’t have any way of knowing what that might be. Please take a look at the link that I provided as it walks through pictures of exactly what you need to click. The only thing different will be that instead of winzip you will add your gzip path. I hope this helps.
 
Last edited by binkinator,

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Guessing how you installed your programs and using that to explicitly create a path for you to copy and paste at the end of the current paths listed in your system is exactly what I did. There will be a bunch of other paths listed based on other software yiu have installed that needs to stay there but I don’t have any way of knowing what that might be. Please take a look at the link that I provided as it walks through pictures of exactly what you need to click. The only thing different will be that instead of winzip you will add your gzip path. I hope this helps.
oh okay, then I did that and it still shows the path doesn't exist error
 

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Untitled.png



D:\ImageMagick-7.1.0-Q16-HDRI;"C:\Program Files\(x86)\GnuWin32\bin";C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python27\;C:\Python27\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\ffmpeg\bin;C:\Program Files (x86)\dotnet\;C:\Program Files\dotnet\;
Untitled.png
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
View attachment 321793


D:\ImageMagick-7.1.0-Q16-HDRI;"C:\Program Files\(x86)\GnuWin32\bin";C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python27\;C:\Python27\Scripts;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;%SYSTEMROOT%\System32\WindowsPowerShell\v1.0\;%SYSTEMROOT%\System32\OpenSSH\;C:\ffmpeg\bin;C:\Program Files (x86)\dotnet\;C:\Program Files\dotnet\;View attachment 321796

Appreciated.

Let’s try it like this:

Open Windows Explorer and navigate to wherever you find gzip installed.

Once you find gzip go to the top of the Windows Explorer bar and highlight the path. Take whatever that path might be and copy paste it into the PATH environment variable with double quotes on the outside of the entire thing. Click OK and then open and new cmd.exe window and try to run gzip again just like you did before.
 

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Appreciated.

Let’s try it like this:

Open Windows Explorer and navigate to wherever you find gzip installed.

Once you find gzip go to the top of the Windows Explorer bar and highlight the path. Take whatever that path might be and copy paste it into the PATH environment variable with double quotes on the outside of the entire thing. Click OK and then open and new cmd.exe window and try to run gzip again just like you did before.
That was the first thing I tried yesterday.
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
That was the first thing I tried yesterday.
Great, then you will have no Issues doing it again and taking a screenshot of your PATH with the requested data inside and a screenshot of trying to execute gzip.

In addition, please include a screenshot of Windows Explorer in the folder with the gzip executable.
 

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Great, then you will have no Issues doing it again and taking a screenshot of your PATH with the requested data inside and a screenshot of trying to execute gzip.

In addition, please include a screenshot of Windows Explorer in the folder with the gzip executable.
Untitled.png
Untitled1.png
Untitled_.png
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
Last edited by binkinator,

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
You did something different this time.

You are not editing the PATH variable like you did just a couple comments above.

Please don’t change that part.

Carefully copy the path information here:

View attachment 321814


and open the PATH environment variable and paste the path from above here:

View attachment 321813
That's what I did, i clicked edit text and put quotes around the "entire thing" like you said
which made it one entry
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States
View attachment 321815

Still gives the error

'gzip' is not recognized as an internal or external command,
operable program or batch file.


You clicked OK (to saved it) and then opened up a new cmd.exe Window and tried gzip.exe?

send a screenshot of the following command (do it right after you see a failure to run gzip)

echo %PATH%

This will show the actual PATH as inherited by cmd.exe
 

binkinator

Garfield’s Fitness Coach
Member
GBAtemp Patron
Joined
Mar 29, 2021
Messages
6,511
Trophies
2
XP
6,155
Country
United States

SAORIxMEGUMIN

Well-Known Member
Member
Joined
Sep 10, 2017
Messages
204
Trophies
0
Age
31
XP
419
Country
United States
Do you still have a variable set for gzip itself from previous attempts?

If you can’t find it please run this:

set > random_filename

and then attach random_filename here.

(remove your name and any other PII from the file.)
yes there is still a variable set.

I don't quite follow the instructions after that.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: https://www.youtube.com/watch?v=COua5q4CByg