eyeball Posted November 17, 2005 Posted November 17, 2005 hi allcan anyone tell me is it possible to run a script invisbly?for example when a user logs on and a script comes up that maps the drives..i know its possible to hide what is actually being done in the window but i mean the whole black DOS window, can i make this invisible?thanks for any help
eyeball Posted November 17, 2005 Author Posted November 17, 2005 sorry all, iv got itmake a .vbs script like this:CreateObject("Wscript.Shell").Run "c:\map drives.bat",0 and call the .bat file map drives.bateasy!!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now