PDA

View Full Version : sending and receiving data in a script



david1701
10-03-2001, 07:11 PM
Hi,
I am trying to create a custom network login system for a windows 98 network. The network is for a commercial IT centre.

I want to create a custom login screen (using Java) that prevents ordinary users (no username or password) from using the internet if they choose "no internet" in their login page, but to enable it if they dont choose it.

The Question:
Is their any way for the custom login screen to run before windows processes the network login script for the registry? The reason I ask is that I want the login script to update the registry (change the network gateway address) after the custom login screen has been used.

If not, is it possible to run part of the login script (which would start the login screen), send the inforamtion from the login screen to the script, and then process the rest of the script?

Any help would be greatly appreciated.

Thanks, David.