Thierry's Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Login Script

Go down

20100105

Post 

Login Script Empty Login Script




I wanted to make a new and advanced login script for use at my current job. Currently it's a *.bat file. Ofcourse this is very outdated now, so let's see if we can make something nice, new and shiny from it.

Current files/situation

Like told, currently all we have are a bunch of *.bat files. Each person has his/her own login script. An example of one of the scripts in *.bat format (all credit for these go to the person on this spot before me).
Code:
@echo off
cls
net use * /DELETE /yes
net use I: \\server\programs
net use Q: \\server\doqdb
net use L: \\server\Logistiek
net use w: \\server\home\%USERNAME%

The new vbs version

Currently I'm working on it, I will write about it when I tested it Smile
thierry
thierry

Posts : 2238
Join date : 2009-08-18
Age : 42
Location : Zoetermeer

Back to top Go down

Share this post on: reddit

 
Permissions in this forum:
You cannot reply to topics in this forum