This is my script, just need to added the CASE portion of it to add it to the main script ( i work in pieces) .
'***********************************************************************************
' Exporting
'Setting Variables
Const ForReading = 1
Const ForWriting = 2
Const ForAppending = 8...
I am trying to create a VBS script that will prompt the user with a select from list (SELECT CASE).
The text file is generated and can have 2-10 lines of data.
Besides doing a prompt for each line with a Yes/No question.
Is there a way users can select it from a list and from that a variable is...
We are trying to clean up student computers by removing User Profiles and the associated Registry entry.
I started with this:
http://www.tek-tips.com/viewthread.cfm?qid=674375
When I entry the full path, it works great.
"SOFTWARE\Microsoft\Windows...
Here is the script that I am using.
It works for me in a testing environment.
Any input or suggestions is helpful.
I am not a programmer by any means, but can Google pretty well =D
We now have windows 7 and our current bat script is not working due to the fact the Vista and 7 tag a .V2 at the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.