PDA

View Full Version : Help with Skiplist...


qu1kslvR
06-09-2002, 05:13 PM
How can i set my skiplist up so that it skips all *.txt files except the ones that begin with 00- ??

bigstar
06-09-2002, 05:18 PM
you would use 00-*.txt

qu1kslvR
06-09-2002, 05:25 PM
that seems to only skip the files that begin with 00, those are the only ones i want :)

bigstar
06-09-2002, 05:56 PM
oh sorry, I miss-read what you wrote. I'm dyslexic like that :confused:

Actually I'm afraid what you want isn't possible.

codex666
06-09-2002, 09:40 PM
Well actually it is possible, only it's quite some work..lol..
make a skiplist with:
a*.txt
b*.txt
c*.txt
etc.
and 1*.txt
2*.txt
etc.
Well i guess you get the point :)

qu1kslvR
06-09-2002, 10:17 PM
thank you both, i got it to work :)