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 Mike Lewis 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: *

  • Users: tumor
  • Order by date
  1. tumor

    use Vb script to send to a ftp site

    can some one show me the way i would need to have vb open, create a file like example: ftp://usr:passs@server.net/htdocs/file.txt maybe something like this Set fso = CreateObject("Scripting.FileSystemObject") If...
  2. tumor

    open multiple files from 1 folder and combine the data

    I would like to know if its possible to open multiple files from one folder and add the contents of the file to the same file. say each file has different numbers in it and i want to add those numbers and save them to one file
  3. tumor

    have vb script save to a url or ftp

    i have a program that uses vbscript and i have it save info to a file on my pc but i want it to save to a url or ftp is this possible
  4. tumor

    how do i remove a specific text from a file

    thank you very much but is there a way to keep it from removeing the "is" from "this". also is the a command to remove blank lines
  5. tumor

    how do i remove a specific text from a file

    If Left(command, 9) = "unnickban" Then Target = "" Target = Mid(commandU, 11, Len(commandU)) If colUsers.Online(CStr(Target)) And Not colUsers.ItemByName(CStr(Target)).bOperator Then Set fso = CreateObject("Scripting.FileSystemObject") ' Read the...
  6. tumor

    how do i remove a specific text from a file

    yes i figured that out but HOW i cant get to do anything but read the file. could some one plz post some code
  7. tumor

    how do i remove a specific text from a file

    How do i remove a specific text/line from a text file without deleting the hole file. i need the input CStr(Target) to be the specific text like say that CStr(Target) = power and i want to remove from the file user.txt test power testing powerfull would become file user.txt test testing powerfull

Part and Inventory Search

Back
Top