FOR Command Behaves Differently From Previous MS-DOS Versions

ID: Q134572


The information in this article applies to:
  • Microsoft Windows 95


SYMPTOMS

After you install Windows 95, you notice that batch files that use the FOR command with the slash (/) switch behave differently:

For example, the following line


   for %i in (/abcd) do echo %i 
prints

   /ABCD 
whereas in previous versions of MS-DOS it printed

   A
   BCD 


CAUSE

The FOR command with the slash (/) switch in Command.com in Windows 95 behaves differently than it did in previous versions of Command.com.


RESOLUTION

Rewrite batch files that use the FOR command with the slash (/) switch.

Additional query words: program

Keywords :
Version :
Platform :
Issue type :


Last Reviewed: July 7, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.