Forum Moderators: phranque
The usual command is just:
tar zxvf filename.tar.gz
...but i'm not sure if tar on Win32 will know how to gunzip; so just do it in 2 steps:
gzip -d filename.tar.gz
tar xvf filename.tar