/deletelistfile

Get help with installation and running here.

Moderators: DataMystic Support, Moderators, DataMystic Support, Moderators, DataMystic Support, Moderators

Post Reply
scottspivey
Posts: 1
Joined: Thu Jul 21, 2011 3:18 am

/deletelistfile

Post by scottspivey »

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.
User avatar
DataMystic Support
Site Admin
Posts: 2227
Joined: Mon Jun 30, 2003 12:32 pm
Location: Melbourne, Australia
Contact:

Re: /deletelistfile

Post by DataMystic Support »

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
Post Reply