Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to use values from array to write it to the .bat file

Status
Not open for further replies.

Seherezada

IS-IT--Management
Jun 7, 2010
3
PL
huh, one problem more.

How to use values from array (string)to write it to the .bat file?
So, if value from array is "SUMATRA" the script can be open the bat file, search that SUMATRA is in the file and if it's, replate SUMATRA to ANGORA.

Anybody colud me help? ;(
I'm still a litte bit of dummie in scripting :(

 
Set dicProperties = CreateObject("Scripting.Dictionary")
dicProperties.Add "SUMATRA", "ANGORA"
....then see my other post
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top