I want to remove the drive letters from a list of filespecs made with "dir /f /s /a:-d \dir\ > files.txt"
With TPIPE I'm trying to use
/selection=Type,Locate,Param1,Param2,MoveTo,nDelimiter,CustomDelimiter,HasHeader
type 0 - delete column
locate 1 - start column, width
p1 = 1
p2 = 2
the rest is irrelevant so I pass zeroes.
TPIPE keeps complaining that my "/selection" parameter is wrong (not a helpful message) in:
tpipe /input=files.txt /selection=0,1,1,2,0,0,0,0
Suggestions anyone?
DJ
With TPIPE I'm trying to use
/selection=Type,Locate,Param1,Param2,MoveTo,nDelimiter,CustomDelimiter,HasHeader
type 0 - delete column
locate 1 - start column, width
p1 = 1
p2 = 2
the rest is irrelevant so I pass zeroes.
TPIPE keeps complaining that my "/selection" parameter is wrong (not a helpful message) in:
tpipe /input=files.txt /selection=0,1,1,2,0,0,0,0
Suggestions anyone?
DJ