[<<]Message[>>]    [<<]Author[>>]    [<<]Subject[>>]    [<<]Thread[>>]

Number : 1713 Date : 2002-03-03 Author : Kan Yabumoto Subject : Re: Mixed results with Kan's WHERE.BAT Size(KB) : 0
Thank you Michael: Let us revert to the original script then. where.bat ----------------------------------------------------- xxcopy /lzdl/s/h %1 %2 %3 %4 %5 %6 %7 %8 %9 ----------------------------------------------------- At least, this one works on both Win9x and NT. I believe the subtle differences in batch file behavior between the Win9x and WinNT family OSes reflect the difference in COMMAND.COM (Win9x) and CMD.EXE (NT). So far, I spent 30 minutes or so searching for answer... Does anyone know a good, authoritative and comprehensive documentation which describes the difference between COMMAND.COM and CMD.EXE expecially in the area of batch file syntax and behavior? Kan Yabumoto ========================================================= At 2002-03-03 12:57, Michael Marquart wrote: >Just to save confusion %* is NT specific - IE it will not work in ME or >Win9x or MSDOS. >