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!

Search results for query: *

  1. alcool9999

    Loop

    Hi Code: main() Sub main() Set FS = CreateObject("Scripting.FileSystemObject") Set a = Fs.OpenTextFile("C:\Documents and Settings\Alex\desktop\create.txt",2,true) a.write("hello") a.close End Sub Set FS = CreateObject("Scripting.FileSystemObject") if Fs.FileExists("C:\Documents and...
  2. alcool9999

    saving data to a xml file

    Thank you i have actually write a better script now that does exactly what i want.
  3. alcool9999

    saving data to a xml file

    Hi i have a script that has a text area with a form in it. when the user clicks submit it saves the data to an xml file so i can see the data. when you do it again it overites the data. is there anyway i can stop this. code: <HTA:APPLICATION ID="oWriteXML" APPLICATIONNAME="Save Text to XML"...

Part and Inventory Search

Back
Top