Can anyone give me a command to put in the logon script to identify if the
Operating aSystem is Windows 95, and how to skip a section if it is?
I have tried the following:
if %os% = "win95" then goto :EXIT1
but it gives a syntax error.
Thanks.
"MC" <(E-Mail Removed)> wrote in message
news:OF#(E-Mail Removed)...
> Help! I am having trouble after upgrading a server to Windows 2003. I
have
> discovered that my Windows 95 Clients can no longer connect to the shares
on
> the 2003 server when trying to connectr using a logon script. Once logged
> in, they can connect via Explorer or by using the same command from the
> logon script in a DOS box. Can anyone tell me why connecting toa share in
a
> logon script no longer works after upgrading to 2003 Server.
>
> I have checked the share permissions and everything is set correctly.
Also,
> NT 4.0 Workstations can connect to the shares when the lopgon script is
> being processed.
>
> Thanks for any help given.
>
>
|