Displaying 1 result from an estimated 1 matches for "notlocal".
Did you mean:
nonlocal
2002 May 31
2
Logon scripting for W95/98
All,
As some of have no doubt found out, scripting is subtly different on 95/98
machines and NT machines. I have a logon script called by:
logon script = xxxx\main.bat %G %U
that works great for NT boxen. However it does absolutely nothing, no
execution of main.bat at all for a W98 client. If I remove the parameters
so it is:
logon script = xxxx\main.bat
it executes on the W98 box,