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
20 lines
297 B
@echo off
|
|
pushd .
|
|
|
|
set drives=T U S V W X Y Z
|
|
|
|
rem set up curr dir paths.
|
|
|
|
for %%x in (%drives%) do (
|
|
set /a gg=gg+1
|
|
set zz=00000!gg!
|
|
cd /d %%x:\replica-a\serv!zz:~-2!
|
|
)
|
|
|
|
popd
|
|
@echo on
|
|
|
|
@for %%x in (%drives%) do dir /ah %%x:\staging
|
|
|
|
@for %%x in (%drives%) do dir /w %%x:
|
|
|