Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Professional Windows Server 1002003 Security A Technical Reference [Electronic resources] - نسخه متنی

Roberta Bragg

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید









pushd

Stores the
name of the current directory and then changes to the specified
directory (for use by the popd command earlier in
this chapter).

Syntax


pushd [path | ..]

Options


path



The directory to make the current directory



Examples


Store the current directory (here

C:\ ) and
change to

C:\pub :

pushd C:\pub
C:\pub>

See popd to see what you can do with this.

Notes


pushd supports relative paths and accepts either a
network path or a local drive letter and path. If a network path is
specified, a temporary drive letter is created, and
pushd then switches the current drive and
directory to the specified directory on the temporary drive.
popd then deletes the temporary drive letter when
it is used.

See Also


popd


/ 415