Login | |
|
 |
RE: Updating text file! - 5/15/2008 3:57:10 PM
|
|
 |
|
| |
dm_4ever
Posts: 2664
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
|
You would open the text file with FileSystemObject, search for the text you need replaced, replace it, and write it back to the text file. Look at .... FileSystemObject OpenTextFile Replace Function How many computers are you collecting data for like this? You may be better off saving this information to a small access database or xml file to make searching and updating values easier.
_____________________________
dm_4ever My philosophy: K.I.S.S - Keep It Simple Stupid Read Me: http://www.visualbasicscript.com/m_24727/tm.htm Frequently Asked Stuff: http://www.visualbasicscript.com/m_47117/tm.htm
|
|
| |
|
|
|
| |
|
|
 |
|
 |
|
|