From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: "Alexandr R. Ogurtzoff" Organization: Hostopia To: community@altlinux.ru Subject: Re: [Comm] [OFFTOPIC] WINDOWS XP network relogin.... Date: Wed, 17 Nov 2004 16:02:50 +0200 User-Agent: KMail/1.7.1 References: <200411162246.00247.aogurtsov@hostopia.com> <20041117080659.GA9713@ujo.office.sema.ru> In-Reply-To: <20041117080659.GA9713@ujo.office.sema.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1251" Content-Transfer-Encoding: 8bit Content-Disposition: inline Message-Id: <200411171602.51350.aogurtsov@hostopia.com> X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: community@altlinux.ru List-Id: Mailing list for ALT Linux users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Nov 2004 18:26:40 -0000 Archived-At: List-Archive: List-Post: @echo off net use s: /DELETE net use s: \\gs001\homes /PERSISTENT:NO explorer.exe s:\ > net use > покажет все подключенные ресурсы, их нужно удалить > net use \\station\share /del /yes > > после этого можно будет заново подключиться. > net use /?|more > покажет варианты использования. > Ну у меня сейчас сделано вот так: Это logon.bat @echo off net use s: /DELETE net use s: \\gs001\homes /PERSISTENT:NO explorer.exe s:\ Это logoff.bat @echo off net use s: /DELETE не работает :-( -- Best regards Alexandr R. Ogurtzoff { UNIX is user friendly, it's just picky about who its friends are }