Photo Gallery Member List Search Calendars FAQ Ticket List Log Out


Help looping my script.

 
Logged in as: Guest
arrSession:exec spGetSession 2,2,60815
 Active Users: There are 0 members and 0 guests.
 Users viewing this topic: none
 

 

 
  
  Printable Version
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Help looping my script.
  Do you like VisualBasicScript.com? Link to us and help spread the word about our forum. Thanks!
Page: [1]
Login
Message << Older Topic   Newer Topic >>
 Help looping my script. - 5/28/2008 9:36:44 AM   
  brettule

 

Posts: 1
Score: 0
Joined: 5/28/2008
Status: offline
I need to loop this script to perform the replace on all (*.txt) files in the C:\VPN folder, can anyone help?


Const ForReading = 1
Const ForWriting = 2

Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objFile = objFSO.OpenTextFile("C:\VPN\profile1.txt", ForReading)

strText = objFile.ReadAll
objFile.Close
strNewText = Replace(strText, "192.168.1.1", "10.254.254.1")

Set objFile = objFSO.OpenTextFile("C:\VPN\profile1.txt", ForWriting)
objFile.WriteLine strNewText
objFile.Close
 
 
Post #: 1
 
 RE: Help looping my script. - 5/28/2008 1:54:40 PM   
  dm_4ever


Posts: 2665
Score: 46
Joined: 6/29/2006
From: Orange County, California
Status: offline
GetFolder Method     http://msdn.microsoft.com/en-us/library/f1xtf7ta(VS.85).aspx
Files Collection          http://msdn.microsoft.com/en-us/library/wz72a8c0(VS.85).aspx

_____________________________

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

(in reply to brettule)
 
 
Post #: 2
 
 
 
  

If you found our site useful please link to us <a href="http://www.visualbasicscript.com">VisualBasicScript.com</a>.
All Forums >> [Scripting] >> WSH & Client Side VBScript >> Help looping my script. Page: [1]
Jump to:





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts