Extension .Z [Archive] - ForumsHQ
Extension .Z [Archive] - ForumsHQ
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
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)
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
took me a little while to find, but thanks syn