
Login script not running right
A posibility would be that the win 98 machine has not yet installed the WBEM component from the setup cd, therefore not enabling WMI object creation (control panel, add/remove, windows 98 setup tab, Internet Tools, Details button)
Another would depend on which default is used for scripts, CScript.exe, or WScript.exe (echo sends to the console with cscript)
--
Mark L. Ferguson Please reply in newsgroup
marfer's notes for OE 5 > http://www.*-*-*.com/
Login script not running rightHi,
My domain is Windows 2000 based and my clients are still using for the most part Win95 and Win98. Now I have a login script that works great and opens up a Gui windows (wscript.echo) to inform the user of his/her login... practice stuff.
Now on the Windows 2000 professional machine it runs fine. On windows 98 with wsh 5.1 it opens a dos looking black box and moves so fast I can't even see it. Then closes and continues. Not sure how to make the script open like it does properly for win 2000 prof.
any ideas...
-matt chapman