Here is some sample logon code that checks the OS, maybe install the script shell and 
then calls a VBS file from a remote location:

REM
REM Check for existence of Windows NT
REM

IF EXIST \\localhost\%systemroot%\SYSTEM32\CMD.EXE GOTO Meta
rem>NUL: 2>&1
If exist c:\winnt\system32\cmd.exe goto meta
rem >NUL: 2>&1

REM
REM Check if the 9x client has wscript.exe
REM

IF EXIST C:\WINDOWS\WSCRIPT.EXE GOTO Meta
REM rem>NUL: 2>&1
copy \\seant2ka\netlogon\Wscript.exe c:\windows
REM rem >NUL: 2>&1

REM

wscript.exe \\server\netlogon\logon.vbs //nologo >NUL: 2>&1


------
You are subscribed as [email protected]
Archives: http://www.swynk.com/sitesearch/search.asp
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to