Назад | Перейти на главную страницу

Добавление сетевого местоположения через командную строку?

Мне интересно, можно ли добавить сетевое расположение через командную строку? Это не привязка букв дисков, которая может быть достигнута с помощью net use команда.

ты можешь использовать PUSHD и POPDкоманды

    C:\>PUSHD /?
Stores the current directory for use by the POPD command, then
changes to the specified directory.

PUSHD [path | ..]

  path        Specifies the directory to make the current directory.

If Command Extensions are enabled the PUSHD command accepts
network paths in addition to the normal drive letter and path.
If a network path is specified, PUSHD will create a temporary
drive letter that points to that specified network resource and
then change the current drive and directory, using the newly
defined drive letter.  Temporary drive letters are allocated from
Z: on down, using the first unused drive letter found.

C:\>
C:\>
C:\>POPD /?
Changes to the directory stored by the PUSHD command.

POPD


If Command Extensions are enabled the POPD command will delete
any temporary drive letter created by PUSHD when you POPD that
drive off the pushed directory stack.

C:\>

Вот сценарий, как этого добиться:Как создать ярлык в сетевом окружении?

Чтобы использовать их:

  • Скопируйте код в файл Блокнота
  • Щелкните меню "Файл" и выберите "Сохранить как".
  • Заключите имя файла в двойные кавычки, включая расширение ("). Пример" Network Place Scrript.vbs "
  • В Типах файлов выберите Все файлы
  • Нажмите кнопку Сохранить