Login | |
|
 |
RE: DNS Clean Up - 5/8/2006 11:49:41 PM
|
|
 |
|
| |
ebgreen
Posts: 4595
Score: 29
Joined: 7/12/2005
Status: offline
|
Thank you for sharing your code. I have a couple of comments that are primarily procedural. 1) The tags for a code block here are [ code] and [ /code] (without the spaces). 2) There is no need for 2 FileSystemObjects. You could just use one to open both TextStream. 3) There is no need for WScript.Quit on the last line. Thanks again for sharing with the community. As I have always maintained, if the script does what you want the way you want then by definition it is written correctly.
_____________________________
"... when you are good and crazy, oooh, oooh, oooh, the sky is the limit!" - The Tick Goog places to start:http://www.visualbasicscript.com/m_24727/tm.htm http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
|
|