I have a Novell File Server ( ver 5.5 SP3 ) and an Active Directory Server ( Windows 2000 Server SP2 ).
I wrote a simple script that would start a web page when the user logs on. It sits within the container
level of the Novell server. ( see script below )
IF PLATFORM="WNT" THEN
IF OS_VERSION>"V5.00" THEN
@C:\WINDOWS\system32\cmd.exe /c start http://www.yahoo.com
ELSE
@C:\WINNT\system32\cmd.exe /c start http://www.yahoo.com
END
ELSE
@C:\WINDOWS\command.com /c start http://www.yahoo.com
END
Users simultaniouly logon to the Novell Server & the Windows Domain - but the script does not run.
However, when a User logs on simultaniously to the Novell Server & to the local computer, the script runs with no problem
and the Novell drives are mapped.
I need to have the Users loggin in to both the Novell Server and the Domain and have the script run.
Can someone please help me out with some ideas or better yet, the solution.
Any help will be greatly appreciated.
Thanks in advance,
Miguel
infante_m@yahoo.com
infinite01@excite.com