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.

15 lines
298 B

  1. @echo off
  2. rem make 8 test volumes.
  3. set /a gg=0
  4. for %%x in (T U S V W X Y Z) do (
  5. set /a gg=gg+1
  6. set zz=00000!gg!
  7. echo \nt\private\net\svcimgs\ntrepl\test\mk1tstvl %%x DAVIDOR4_%%x serv!zz:~-2!
  8. call \nt\private\net\svcimgs\ntrepl\test\mk1tstvl %%x DAVIDOR4_%%x serv!zz:~-2!
  9. )