Hi Mido:
On the SBS, use search to find the sbs*.bat file. Specify hidden files and
folders. There are two of them, but they are in replicated folders, so only
need to edit one.
Make a copy somewhere in case of later issues. Do not skip this step.
Open it with notepad.... that is, right click - "edit".
Make the required changes.
Save the file, verify that .txt has not been added to the end, as in
..bat.txt
Below is a sample: One removes and replaces the mapped drives to avoid the
error that the drive is already mapped. You can use this to stop mapping the
z drive, as in:
if exist z: net use z: /delete
after everyone has logged on, you could then remove or rem out the remove z
line.
_______
echo on
rem:map P drive for Line of Business App
if exist P: net use P: /delete
net use P: \\sbs-server\petro /persistent:yes
_______
--
Larry
Please post the resolution to your
issue so that others may benefit.
Get a Health Check for SBS at:
www.sbsbpa.com
"mido1971" <mido1971@newsgroup> wrote in message
news:C3CD03F5-F478-4989-93C1-E62EFCEF7EC3@newsgroup
> hi, and sorry for may bad english
>
> when i boot the client the SBS_LOGIN_SCRIPT.bat create a map drive i
> thing
> with latter Z i need to change it
>
> how can i change map drive from z to y in client pc
> i try NET USE Y: \\server\...\setup /s but it dosent change any thing in
> the client
>
> thanks for help
>
>
>