> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of
> Phil Albert
> Sent: Saturday, March 06, 2004 5:37 PM
> To: [EMAIL PROTECTED]
> Subject: [DQSD-Users] A batch file to disable searches

> This works under XP and any other
> variant that supports the "FOR /F" batch command (to check,
> type "for /?" at the command line to see if you get help on FOR /F).

If you run NT, 2K, or XP, your command line shell is CMD.EXE, and you get
the extended batch language.  If you run Win(X, your command line shell is
COMMAND.COM, and you get standard DOS batch.

IIRC, what you did is doable in standard batch, too, but a lot more
convoluted.  In a Win9X environment, I install JP Software's 4DOS, a drop in
shareware replacement for COMMAND.COM that adds a plethora of features to
the batch language, as well as vastly improving command line usage.

I believe the extensions were added to CMD.EXE with NT4.

> ::Note that the "FOR /F" command is an extended command.  I know
> ::not what that means, but it is part of my standard XP install.

The following may help you: http://www.ss64.com/nt/

> Phil Albert, full-time patent attorney and philosopher,
> part-time car thief
______
Dennis



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to