date variable in script file
We create a daily file that I need to upload to a vendor. I can hard code the file name and that works but it changes daily so I need to send a file like:
c:\myfilepath\myFile_20130122.txt where the date portion changes daily and needs to be yyyymmdd.
I am not having luck with that part. Any help is appreciated.
c:\myfilepath\myFile_20130122.txt where the date portion changes daily and needs to be yyyymmdd.
I am not having luck with that part. Any help is appreciated.