Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
output file names in vb
Name: LAnderson Date: July 7, 2009 at 09:06:02 Pacific OS: Windows XP Subcategory: General
Comment:
Currently I save visual basic output into a comma seperated value (CSV) file with the file name being
abc Tuesday, July 7, 2009 .csv
I would like to change the format of the file name to
abc July, 7, 2009 .csv
Can someone provide me an example of the vb code that can do this?
Summary: Hello, I've been trying to write a VB Script that would take in a list of file names in the same directory, parse out the ones with a *.zip extension and then arrange by state with the max version num...
Summary: How would I go about writing a batch file to copy all the file names in a folder...just the file names not the files and then rename them to something standard like "video1.avi", "video2.avi",etc. THE...
Summary: Hi, I need to append a date stamp to an output file name. Eg, abc_.txt I tried using abc_%date%.txt as the output file syntax and it wouldn't accept. I could echo %date% correctly though. Any tips? ...