I have added some new routines to my logon script and discovered that it is
not working all. Could anyone suggest why my logon script is not being
picked up by the profiles. The script is correct in the user profile and is
referenced correctly to the batch file in the netlogon share with proper
permissions.

I am trying to run a regedit, vbs file and a separate batch file called from
the logon script.

Nothing is running. I don't get the command file dialog box appearing and
the script isn't executing the elements in the script.

Where do I need to look to see if the scripting is disabled:

Clients are XP

Any help appreciated

Chris

Re: SBS 2000 - logon script by John

John
Fri Feb 29 15:48:12 CST 2008

If you open the command prompt where does is it stop at?

--
John Oliver, Jr
MCSE, MCT, CCNA
Exchange MVP 2008
Microsoft Certified Partner


"Chris" <chris@upton-sims.freeserve.co.uk> wrote in message
news:OhqD3axeIHA.3756@TK2MSFTNGP06.phx.gbl...
>I have added some new routines to my logon script and discovered that it is
>not working all. Could anyone suggest why my logon script is not being
>picked up by the profiles. The script is correct in the user profile and
>is referenced correctly to the batch file in the netlogon share with proper
>permissions.
>
> I am trying to run a regedit, vbs file and a separate batch file called
> from the logon script.
>
> Nothing is running. I don't get the command file dialog box appearing and
> the script isn't executing the elements in the script.
>
> Where do I need to look to see if the scripting is disabled:
>
> Clients are XP
>
> Any help appreciated
>
> Chris
>
>
>



Re: SBS 2000 - logon script by Larry

Larry
Fri Feb 29 18:05:13 CST 2008

What if you populate it with pause statements, as in:

echo on
pause
echo: hello %username%
pause
echo off
pause
exit

of course that is overkill, but it is meant to show you where it breaks.

--
Larry


"John Oliver, Jr. [MVP]" <jcoliverjr@hotmail.com> wrote in message
news:eDoGJzxeIHA.4144@TK2MSFTNGP05.phx.gbl...
> If you open the command prompt where does is it stop at?
>
> --
> John Oliver, Jr
> MCSE, MCT, CCNA
> Exchange MVP 2008
> Microsoft Certified Partner
>
>
> "Chris" <chris@upton-sims.freeserve.co.uk> wrote in message
> news:OhqD3axeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>I have added some new routines to my logon script and discovered that it
>>is not working all. Could anyone suggest why my logon script is not being
>>picked up by the profiles. The script is correct in the user profile and
>>is referenced correctly to the batch file in the netlogon share with
>>proper permissions.
>>
>> I am trying to run a regedit, vbs file and a separate batch file called
>> from the logon script.
>>
>> Nothing is running. I don't get the command file dialog box appearing
>> and the script isn't executing the elements in the script.
>>
>> Where do I need to look to see if the scripting is disabled:
>>
>> Clients are XP
>>
>> Any help appreciated
>>
>> Chris
>>
>>
>>
>
>



Re: SBS 2000 - logon script by Chris

Chris
Sat Mar 01 12:21:38 CST 2008

In have tried already the pause but no results. I don't get to see the
command dialog displaying at all which makes me think that the clients
aren't even running the script (even though it is in the profile to run)

I was wondering if there was a reg key which might disable the script at
logon?? and that it why the script isn't even trying to run.

Chris


"Larry Struckmeyer" <lstruckmeyer(at)mis-wizards(dot)com> wrote in message
news:%23gR3x$yeIHA.5620@TK2MSFTNGP04.phx.gbl...
> What if you populate it with pause statements, as in:
>
> echo on
> pause
> echo: hello %username%
> pause
> echo off
> pause
> exit
>
> of course that is overkill, but it is meant to show you where it breaks.
>
> --
> Larry
>
>
> "John Oliver, Jr. [MVP]" <jcoliverjr@hotmail.com> wrote in message
> news:eDoGJzxeIHA.4144@TK2MSFTNGP05.phx.gbl...
>> If you open the command prompt where does is it stop at?
>>
>> --
>> John Oliver, Jr
>> MCSE, MCT, CCNA
>> Exchange MVP 2008
>> Microsoft Certified Partner
>>
>>
>> "Chris" <chris@upton-sims.freeserve.co.uk> wrote in message
>> news:OhqD3axeIHA.3756@TK2MSFTNGP06.phx.gbl...
>>>I have added some new routines to my logon script and discovered that it
>>>is not working all. Could anyone suggest why my logon script is not
>>>being picked up by the profiles. The script is correct in the user
>>>profile and is referenced correctly to the batch file in the netlogon
>>>share with proper permissions.
>>>
>>> I am trying to run a regedit, vbs file and a separate batch file called
>>> from the logon script.
>>>
>>> Nothing is running. I don't get the command file dialog box appearing
>>> and the script isn't executing the elements in the script.
>>>
>>> Where do I need to look to see if the scripting is disabled:
>>>
>>> Clients are XP
>>>
>>> Any help appreciated
>>>
>>> Chris
>>>
>>>
>>>
>>
>>
>
>



Re: SBS 2000 - logon script by bmepcc

bmepcc
Mon Mar 03 10:24:32 CST 2008

Chris,

I'm having issues with this now. Mine only seem to run on logon/
logoff, not at startup. If you haven't, you may want to see what
happens with a logoff.

Pat

On Feb 29, 4:04 pm, "Chris" <ch...@upton-sims.freeserve.co.uk> wrote:
> I have added some new routines to my logon script and discovered that it is
> not working all. Could anyone suggest why my logon script is not being
> picked up by the profiles. The script is correct in the user profile and is
> referenced correctly to the batch file in the netlogon share with proper
> permissions.