Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
297 B

  1. @echo off
  2. pushd .
  3. set drives=T U S V W X Y Z
  4. rem set up curr dir paths.
  5. for %%x in (%drives%) do (
  6. set /a gg=gg+1
  7. set zz=00000!gg!
  8. cd /d %%x:\replica-a\serv!zz:~-2!
  9. )
  10. popd
  11. @echo on
  12. @for %%x in (%drives%) do dir /ah %%x:\staging
  13. @for %%x in (%drives%) do dir /w %%x: