I want to create a script, which queries when running for a user name, password and then binds the corresponding drive.
It is a notebook that is connected in a domain network, but not integrated. It is a student notebook and every student / teacher should, after starting with standard users, have the opportunity to connect to their own network drive. This should be done with a .bat, .vbs or similar.
Can anybody help me further? Answers such as "Pack this thing into the domain" etc. Are not helpful. He should start with a standard user.
Hi
Can you say that .bat and .vbs are not suitable for this because you either have to have the password in the code, or in a file. Personally, I would have done it with vb.net (simple language) because the program runs as .exe and it gives "settings" (variable that keeps value over reboot) which can't be easily read.
Of course you can do the same with another language, which "Settings" or similar. Supported.
If you need more help you can contact me.