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

  1. SushiLover

    Read utf-8 text file

    I have a text file saved as UTF-8 and when I try to read the file it gives me weird characters and not the correct characters (it contains Chinese characters). How can I make it give me the correct Chinese characters? Option Explicit Dim objFSO, strTextFile, strData, strLine, arrLines...
  2. SushiLover

    Change proxy in Firefox

    Is there a way to change the proxy server in Firefox with vbscript?
  3. SushiLover

    Reading txt line by line

    The looping isn't exactly how I wanted. Here's how I want to loop: Read the 1st line of folder.txt and 1st line of folder-list.txt. Loop all the lines in dir.txt Go to the next line of folder.txt & folder-list.txt Loop all the lines in dir.txt and so on... I tried moving the for loop around...
  4. SushiLover

    Reading txt line by line

    I am having trouble of making the script to read the text line by line. This is the steps the code should do: 1. Read folder.txt 2. Open the file listed in folder.txt 3. Echo the contents inside of test.txt 4. Read folder-list.txt 5. Open the file listed in folder-list.txt 6. Open dirlist.txt...
  5. SushiLover

    Go to path and read txt file

    I have a list full of directories and I want to loop through those directories and open the txt file. Then read the data inside that txt file and assign to a variable. This is an example of the directory list looks like: C:\Documents and Settings\Administrator\Desktop\ArtistCG\[ Go! Go...

Part and Inventory Search

Back
Top