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
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) +...
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.