newbie question... 
Author Message
 newbie question...

I would like to know whether it is possible to delete
a registry key (with value) in win98/NT using VBScript.
could someone point me in the right direction please

Thanks in advance



Tue, 10 Dec 2002 03:00:00 GMT  
 newbie question...
->
Dim Shell
Set Shell = CreateObject("WScript.Shell")
 Shell.RegDelete YourRegString
Set Shell = Nothing
<-

Get the WSH documentation.

--
Dominic



Tue, 10 Dec 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Newbie question: Session_OnEnd question

2. Resizing forms question (newbie question)

3. Access97 VBA newbie question

4. Newbie Question: Understanding Syntax

5. Newbie question:

6. Newbie Questions About DAO Queries to SQL Server

7. Brand newbie questions

8. Newbie question

9. Newbie question: open file

10. vba Newbie Question

11. Newbie Question: Getting the Values from Calculated controls into a table

12. Newbie question for calling functions

 

 
Powered by phpBB® Forum Software