This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

mc.record_kick-ban1.0.tar.gz

Old posts that have not been replied to for several years.
Locked
S
Saktas

mc.record_kick-ban1.0.tar.gz

Post by Saktas »

What is with this script?

I cant get the tar to open! Each time I try in windows, I can see the contents but not extract them.

I transfered the file to my shell and tried there and got this junk back ;)


tar (child): Cannot open archive mc.record_kick-ban1.0.tar.gz: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error exit delayed from previous errors

Anyone know how I can get this script?

Thanks :)
p
ppslim
Revered One
Posts: 3914
Joined: Sun Sep 23, 2001 8:00 pm
Location: Liverpool, England

Post by ppslim »

After a quick look, it's not a tar inside a GZIP file. It's simply a compressed Tcl script (1 file, tus no need for a tarball).

The quick way around this, use "gunzip mc.record_kick-ban1.0.tcl.gz" at the shell.

The original file is deleted, though you are left with a Tcl file.

If you so require the original file as well (to save downloading it again), use this command instead "gunzip -c mc.record_kick-ban1.0.tcl.gz > mc.record_kick-ban1.0.tcl"
Locked