Batch skip sub-sub directory?

For technical support and bug reports for all editions of CSS HTML Validator, including htmlval for Linux and Mac.
jtramontana
Rank I - Novice
Posts: 13
Joined: Thu Feb 23, 2023 12:35 pm

Batch skip sub-sub directory?

Post by jtramontana »

All my websites are saved in a network drive, within a user's directory.
How do I tell the validator to iterate through them all and look at a specific subdirectory?
For example "S:\%username%\CoolWebsite" is the one I want to check. Not "S:\%username%\NotCoolWebsite"
And skip all the other directories in the %username% directory?
User avatar
Albert Wiersch
Site Admin
Posts: 3785
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX

Re: Batch skip sub-sub directory?

Post by Albert Wiersch »

Hello,

In the Batch Wizard, there is a Target List Options tab. If you select that tab then you can use something like this for the 'Process ONLY these targets' option:

Code: Select all

*\CoolWebsite\*
I think that will do what you want.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial