Hi guys,

On Sun, Feb 24, 2008 at 8:33 AM, Shawn K. Hall
<[EMAIL PROTECTED]> wrote:
>  > ::change this if you have a different location for search files.
>  > C:
>  > cd "C:\Program Files\Quick Search Deskbar\searches"

Also, this could be made safer via;

  cd /d "%PROGRAMFILES%\Quick Search Deskbar\searches"

cd /d switches drives as part of change-current-directory operation
%PROGRAMFILES% is a place-holder for your Program Files directory,
wherever it may be.

This means you can lose the comment, so two lines of code saved ;-)

- Kim

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