Code:
[C:\Users\csgal\OneDrive\Desktop\Export]tpipe /input=*.eml,255,1 /simple=28 /output=output.txt
The filename, directory name, or volume label syntax is incorrect.
"*.eml"
Any idea what i am doing wrong?
/INPUT is:
Code:
/input=filename[,subfolders[,action]]
filename - Filename or folder to read. This can be either a disk file, file list (@filename), or CLIP:. If it is not specified, TPIPE will read from standard input.
subfolders - How many subfolders to include (default 0):
0 - no subfolders
1 to 255 - subfolder(s)
255 - all subfolders
action - the action to take (default 1):
1 - include the files
2 - exclude the files
3 - ignore the files