Colin B: How is VBScript used in networking? Related to windows networking and also in video networking?
Wondering what part VBscript can play in windows networking and also networking for video conferencing? Any help is appreciated.
Answers and Views:
Answer by joe.attaboy
The last language I would use for any network functions is VBScript.
In my organisation we use VB script for our login script. When a user logs onto the network a login script runs in the background that does useful things like map their network drives, connect up their printers, etc. As some of our laptop users move around different locations this is esspecially useful. It means that when they logon to the network we can use the VB script to identify their IP address which will then be able to work out their location and map the printers that are in that location.
There are lots of very useful things that VB script can do. For most applications a script can be written to solve an administrative problem and provide a quick efficient way to perform a task without having to do it manually.
Leave a Reply