<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Серый форум &mdash; CMD/BAT: Зайти в сеть из командной строки]]></title>
	<link rel="self" href="https://forum.script-coding.com/extern.php?action=feed&amp;tid=7994&amp;type=atom" />
	<updated>2013-01-23T02:40:00Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.script-coding.com/viewtopic.php?id=7994</id>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68793#p68793" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>smaharbA пишет:</cite><blockquote><p>dir \\имя_компа\с$\</p></blockquote></div><p>См. выше:<br /></p><div class="quotebox"><blockquote><p>Нужно залезть из командной строки в сеть</p></blockquote></div>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2013-01-23T02:40:00Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68793#p68793</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68783#p68783" />
			<content type="html"><![CDATA[<p>dir \\имя_компа\с$\</p>]]></content>
			<author>
				<name><![CDATA[smaharbA]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=2911</uri>
			</author>
			<updated>2013-01-22T16:22:29Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68783#p68783</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68759#p68759" />
			<content type="html"><![CDATA[<div class="quotebox"><blockquote><p>Нужно залезть из командной строки в сеть \\имя_компа\с$\папка</p><p>пишу cd \\имя_компа\с$\папка</p><p>вылезает ошибка:</p><p>cmd не поддерживает пути UNC в качестве текущей папки</p><br /><br /><p>Как быть?</p></blockquote></div><p>Так:<br /></p><div class="codebox"><pre><code>Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\Microsoft\Command Processor]
&quot;DisableUNCCheck&quot;=dword:00000001
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[alexii]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=1844</uri>
			</author>
			<updated>2013-01-21T17:01:51Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68759#p68759</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68741#p68741" />
			<content type="html"><![CDATA[<p>См.хэлп к команде &quot;net use&quot;. <br />Можно ею примапить диск, можно только подключить. Примапить ресурс и зайти на примапленный диск Z:<br /></p><div class="codebox"><pre><code>
::: удаление возможного предыдущего примапливания на диск Z:
net use Z: /delete

::: примапливание шары на диск Z:
net use Z: \\имя_компа\с$

cd Z:\папка 
</code></pre></div><p>без примапливания:<br /></p><div class="codebox"><pre><code>
net use \\имя_компа\с$
cd \\имя_компа\с$\папка 
</code></pre></div><p>У текущего пользователя должны быть права на админский ресурс C$ удаленной машины. <br />Если у текущего пользователя прав нет, но известны даные учетной записи, например, Администратора той машины, то можно указать еще пару параметров: логин у/з ( с ключем /user: ) и следующим параметром без ключа - ее пароль:<br /></p><div class="codebox"><pre><code>
net use \\имя_компа\с$ /user:имя_компа\Администратор &lt;пароль_у/з_имя_компа\Администратор&gt;
</code></pre></div>]]></content>
			<author>
				<name><![CDATA[Rom5]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5724</uri>
			</author>
			<updated>2013-01-21T07:09:21Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68741#p68741</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68740#p68740" />
			<content type="html"><![CDATA[<p>Можно из командной строки подключить сетевой диск.</p>]]></content>
			<author>
				<name><![CDATA[ypppu]]></name>
				<uri>https://forum.script-coding.com/profile.php?id=5974</uri>
			</author>
			<updated>2013-01-21T07:07:58Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68740#p68740</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[CMD/BAT: Зайти в сеть из командной строки]]></title>
			<link rel="alternate" href="https://forum.script-coding.com/viewtopic.php?pid=68739#p68739" />
			<content type="html"><![CDATA[<p>Всем привет!</p><p>Нужно залезть из командной строки в сеть \\имя_компа\с$\папка<br />пишу cd \\имя_компа\с$\папка <br />вылезает ошибка:<br />cmd не поддерживает пути UNC в качестве текущей папки</p><p>Как быть?</p>]]></content>
			<author>
				<name><![CDATA[vaxlak]]></name>
			</author>
			<updated>2013-01-21T06:30:12Z</updated>
			<id>https://forum.script-coding.com/viewtopic.php?pid=68739#p68739</id>
		</entry>
</feed>
