Search found 1717 matches

by DigitalVolcano
Wed Mar 18, 2015 10:32 am
Forum: TextCrawler - General
Topic: annoying .bak files
Replies: 2
Views: 15197

Re: annoying .bak files

You can turn off bak files in the Options screen:
http://www.digitalvolcano.co.uk/textcra ... =&sct=MzA4
by DigitalVolcano
Sat Mar 14, 2015 9:07 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11544

Re: Getting Error Message related to disk I/O error

You could try factory-resetting the program by deleting the database at
C:\Users\[YOUR USER]\AppData\Roaming\DigitalVolcano\DuplicateCleaner\DuplicateCleanerPro.data
by DigitalVolcano
Fri Mar 13, 2015 10:14 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11544

Re: Getting Error Message related to disk I/O error

Which folder did you move? Duplicate Cleaner will still try and write the database to the same place (C:\Users\[YOUR USER]\AppData\Roaming\DigitalVolcano\DuplicateCleaner on Windows 7)
by DigitalVolcano
Tue Mar 10, 2015 10:34 am
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24622

Re: Delete entire rows

(\n|$) maybe? That will match end of line or end of file.
by DigitalVolcano
Tue Mar 10, 2015 10:32 am
Forum: Duplicate Cleaner support
Topic: Getting Error Message related to disk I/O error
Replies: 7
Views: 11544

Re: Getting Error Message related to disk I/O error

Sounds like it's having trouble writing to the database. Do you have enough disk space left, or is there a space quota on your user area that is being reached?
by DigitalVolcano
Wed Mar 04, 2015 7:37 pm
Forum: Duplicate Cleaner support
Topic: Getting results into a text file
Replies: 3
Views: 8625

Re: Getting results into a text file

You can export a CSV file which you can load straight into Excel

File->Export duplicate files list to CSV...
by DigitalVolcano
Tue Mar 03, 2015 12:32 pm
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24622

Re: Delete entire rows

Does your file not have CR/LF line endings? That could cause no matches with that expression. You can swap the \r\n for $ to indicate any line ending - then it will work on all files.
Also make sure that 'Multi line anchors' is checked.
by DigitalVolcano
Mon Mar 02, 2015 11:09 am
Forum: Duplicate Cleaner support
Topic: How to select out songs with prefixes
Replies: 1
Views: 5043

Re: How to select out songs with prefixes

You could use the 'select by text pattern' function on the file column http://www.duplicatecleaner.com/manual/select_by_text_pattern_window.htm?ms=AA==&mw=MjQw&st=MA==&sct=OTI= You could select using 0000 - this will mark all the files starting with 0000. Alternately if they start with o...
by DigitalVolcano
Mon Mar 02, 2015 11:05 am
Forum: Regular Expressions Help
Topic: Delete entire rows
Replies: 7
Views: 24622

Re: Delete entire rows

This works (lower case r):

Code: Select all

^.*,XX.*\r
You need the 'multi line anchors' option checked as well.
by DigitalVolcano
Fri Feb 27, 2015 11:31 am
Forum: TextCrawler - General
Topic: How to check all the boxes in one go
Replies: 3
Views: 12299

Re: How to check all the boxes in one go

If you are having memory trouble you could try running in Line by line mode, provided you are not using multi-line find/replace operations.