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 TouchToneTommy 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: dbtetlow
  • Content: Threads
  • Order by date
  1. dbtetlow

    FileSystemObject problem...

    Hi all, I am having trouble using text files where I need to create/access a file in which the name resides in a variable. For example: Set outFile = fso.CreateTextFile("d:\log0520.txt") works fine, but dim logName As String . . logName = ("d:\log" + CStr(date4) +...
  2. dbtetlow

    Output to command line?

    Hello, Does anyone know how to direct text output to the command line? Example: I want to provide command line switches and need the ability to provide a usage statement at the command line if the user doesn't enter the correct switches. Thanks in advance, bruce
  3. dbtetlow

    Appending Text Files Sequentially

    Hello, This probably has already been answered, but I can't seem to find anything that has helped. I need to copy the contents of a number of text files into a single separate file. I really just need to mimic exactly what would happen from a command line - {copy file1.txt + file2.txt...

Part and Inventory Search

Back
Top