re: Stop opening new Explorer windows when mapping drives!
Tuesday, February 11, 2003 at 1:32 pm Windows 2000 Annoyances Discussion Forum
Posted by DR
(2 messages posted)
try creating a batch file like this:
cls
@echo off
@echo Enter TermID
set /P SERVER=
net use N: \\%SERVER%\C$
This one mounts a shared drv as 'N'
This command unmounts it.
net use N: /delete
Will not work in NT 4.0
On Tuesday, December 17, 2002 at 7:26 am, brian wrote:
>hold down the Shift key before you press Finish
>
>
|
All messages in this thread [show all]
 |  |  | re: Stop opening new Explorer windows when mapping drives! (DR: Tue, Feb 11, 2003, 1:32 pm) |
| |
| |
Return to the Windows 2000 Discussion Forum
|
|