| delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
| From: | "one2001boy AT yahoo DOT com" <one2001boy AT yahoo DOT com> |
| User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7) Gecko/20040514 |
| X-Accept-Language: | en-us, en |
| MIME-Version: | 1.0 |
| Newsgroups: | comp.os.msdos.djgpp |
| Subject: | Re: tar.exe problem |
| References: | <DvKcd.15034$nj DOT 12695 AT newssvr13 DOT news DOT prodigy DOT com> <2thjecF1urnn1U1 AT uni-berlin DOT de> |
| In-Reply-To: | <2thjecF1urnn1U1@uni-berlin.de> |
| Lines: | 56 |
| Message-ID: | <48Fdd.16708$nj.14914@newssvr13.news.prodigy.com> |
| NNTP-Posting-Host: | 69.110.163.208 |
| X-Complaints-To: | abuse AT prodigy DOT net |
| X-Trace: | newssvr13.news.prodigy.com 1098325632 ST000 69.110.163.208 (Wed, 20 Oct 2004 22:27:12 EDT) |
| NNTP-Posting-Date: | Wed, 20 Oct 2004 22:27:12 EDT |
| Organization: | SBC http://yahoo.sbc.com |
| X-UserInfo1: | SCSYQN_ AT O@RUB^DY_P^TJFXBWR\HPCTL AT XT^OBPLAH[\RZ]CDVW[AKK[J\]^HVKHG^EWZHBLO^[\NH_AZFWGN^\DHNVMX_DHHX[FSQKBOTS@@BP^]C AT RHS_AGDDC[AJM_T[GZNRNZAY]GNCPBDYKOLK^_CZFWPGHZIXW AT C[AFKBBQS AT E@DAZ]VDFUNTQQ]FN |
| Date: | Thu, 21 Oct 2004 02:27:12 GMT |
| To: | djgpp AT delorie DOT com |
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp |
| Reply-To: | djgpp AT delorie DOT com |
Hans-Bernhard Broeker wrote:
> one2001boy AT yahoo DOT com <one2001boy AT yahoo DOT com> wrote:
>
>>running the following command:
>
>
>>c:\> tar cvf ctree.tar /test/toolkit/sbin/test.exe
>>/test/toolkit/lib/test/test.ccc
>>/test/toolkit/demos/test/chapters/startup/test.cc
>
>
> That command line is so long that your newsclient split it into three
> lines of text. Guess what: that's a sign of trouble on the actual
> command line, too. Don't use command lines significantly longer than
> your screen is wide, or you'll run into all kinds of interesting
> problems.
I don't think it is related to the command line.
Even if I convert the above command into test.bat file and run it,
I still get the same error.
>
>
>>will get the error message:
>>The system cannot execute the specified program.
>
>
> Is that the actual message? Or your own, possibly abridged
> translation of it?
>
The actual message with no subtraction.
> Anyway: it's probably a bad idea to tar these files with their complete,
> absolute paths. Try
Maybe it is a bad idea. But it just indicates that tar.exe has
the problem.
>
> cd \test\toolkit
> tar cvf /some/where/ctree.tar sbin/text.exe lib/test/test.ccc
> demos/test/chapters/startup/test.cc
>
> [the last as one long line]
>
> And is that second file actually named with *three* c's in its
> extension?
just a sample extension.
>
> Or learn how to use a response file ('info kb hid features', or check
> out the FAQ).
>
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |