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 derfloh 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. dbtetlow

    FileSystemObject problem...

    Hi, Thanks for the suggestions...still no luck. date4 is a 4 digit int in the format mmdd (ie 0520). There are no other characters. outfile is dimmed as File
  2. dbtetlow

    FileSystemObject problem...

    thanks 1127, but that's not it, the problem seems to be if I use a string variable name in fso.createfile(xxx) I get the error... any ideas?
  3. 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) +...
  4. 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
  5. 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