Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

mjb0622

Date parameter within text

Does anyone have a sample of this solution. I am trying to do the same with a date.
The file name cahnages by day and i need to update several systems with the same file.
How do I pass the date to the text file?
murrayb3024

DELETE

Disregard figured it out
murrayb3024

Re: date variable in script file

This is all done from a text file script.
murrayb3024

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.