Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TPIPE, crash and question

May
12,834
163
I'm using v21. v20 also has these problems.

1. Interrupting this command with Ctrl-C causes "TPIPE.EXE has stopped working" (details below). The file in question can be obtained here:
Code:
copy "ftp://ftp.arin.net/pub/stats/arin/delegated-arin-extended-latest" delegated-arin-latest
Code:
tpipe /input=delegated-arin-latest /replace=0,0,0,0,0,0,0,0,0,"|"," "
Problem signature:
Problem Event Name: APPCRASH
Application Name: TPIPE.EXE
Application Version: 0.0.0.0
Application Timestamp: 58fea558
Fault Module Name: KERNELBASE.dll
Fault Module Version: 6.1.7601.17932
Fault Module Timestamp: 503275ba
Exception Code: 0eedfade
Exception Offset: 0000d3cf
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033

2. The help says I can use wildcards with TPIPE's /input, but
Code:
v:\ipreg> tpipe /input=delegated-*-latest /replace=0,0,0,0,0,0,0,0,0,"|"," "
TPIPE: The filename, directory name, or volume label syntax is incorrect.
 "delegated-*-latest"

v:\ipreg> d dele*
2017-04-26  01:30         262,299  delegated-afrinic-latest
2017-04-26  21:15       2,493,229  delegated-apnic-latest
2017-04-26  02:05       8,646,996  delegated-arin-latest
2017-04-25  19:52       1,238,064  delegated-lacnic-latest
2017-04-26  20:07       5,295,070  delegated-ripe-latest
 

Similar threads

Back
Top