I am running TextPipe from a command line and need to delete the list file once the filter finishes running. I have tried using the switch, /deletelistfile, but it does not work. Here is my command line with /deletelistfile inserted. Can anyone see a problem with the way my command line is written that would cause this switch not to work?
"C:\Program Files\DataMystic\TextPipe\textpipe.exe" "/F="C:\TextPipeFilters\ConvertPDF.fll"" "/L="D:\Users\ProsCheck\%User%\%CurrentTime%\TextPipeFileList.txt"" /deletelistfile /G /Q
I have tried various versions of the command line above hoping to get something to work. But so far no luck.
/deletelistfile
Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators
- DataMystic Support
- Site Admin
- Posts: 2227
- Joined: Mon Jun 30, 2003 12:32 pm
- Location: Melbourne, Australia
- Contact:
Re: /deletelistfile
Try:
Code: Select all
"C:\Program Files\DataMystic\TextPipe\textpipe.exe" "/F=C:\TextPipeFilters\ConvertPDF.fll" "/L=D:\Users\ProsCheck\%User%\%CurrentTime%\TextPipeFileList.txt" /deletelistfile /G /Q