Page 1 of 1
Extension .Z [Archive] - ForumsHQ
Posted: Mon Sep 08, 2003 12:22 pm
by Luther
I forgot how I opened this file the first time. I have downloaded pico, winrar, and pkware don't seem to open it. Any other suggestions?
Re: Extension .Z [Archive] - ForumsHQ
Posted: Mon Sep 08, 2003 12:30 pm
by Sigma
you need icomp2
or something
icomp# -d *.Z
Re: Extension .Z [Archive] - ForumsHQ
Posted: Mon Sep 08, 2003 12:37 pm
by syntax53
this is a little batch file that i sit in each of my majormud install directories for getting a fresh copy of the dats cause i'm always testing crap. just run restore and it drops out fresh .dat's.
restore.bat (sits in same directory as wccmmud.z)
rd /s /q dats
mkdir dats
icomp -d wccmmud.z dats\
cd dats\
copy *.vir *.dat
note for windows 9x you'd need to use "deltree /y dats" instead of "rd /s /q dats" (i think)
Re: Extension .Z [Archive] - ForumsHQ
Posted: Mon Sep 08, 2003 3:01 pm
by Luther
took me a little while to find, but thanks syn
Re: Extension .Z [Archive] - ForumsHQ
Posted: Mon Sep 08, 2003 3:22 pm
by Sigma
you're welcome