I have used tar and gunzip under unix. However I have no idea how to use them under W2K. In addition to drag files and dropping them onto those applications, I have tried
opening them and I have tried typing "tar ... "
and "unzip ..." within the windows command shell
"cmd" and at the "run" prompt.
Neither the "run" prompt nor the command shell recognize
unzip or tar.
Ken
Main Topics
Browse All Topics





by: dbusherPosted on 2001-03-12 at 15:48:34ID: 5922449
klopter, u/dl/gnuin dex.cgi/pr ep/
The syntax for unzip is unzip <filename>
However gz I think is zipped by a program called GNU. You can find the code here :http://www.delorie.com/gn
After that you will need to untar it using tar -xv <filename>
I do both of these under UNIX but I beleave
W2K will allow you to do them as well.
Let me know how it goes.