> The batch file is:
> 
> ::change this if you have a different location for search files.
> C:
> cd "C:\Program Files\Quick Search Deskbar\searches"
> ::Note that the "FOR /F" command is an extended command, but is part 
> of a standard XP install.
> FOR /F %%s IN (..\disabledsearches.txt) DO move %%s.xml 
> %%s.xml.removed-search.txt
> pause

If you replace "%%s.xml.removed-search.txt" with "%%s.disabled" you'll
get the same effects as the webpage batch file, which would be useful
for consistency in naming so other tools could be added to the mgmt
interface and actually take effect later on.

-Shawn



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to