phxcoyotes097
Programmer
I need help with this one.
I need help creating a batch script to do the following.
1. I have multiple flat files in one windows directory. They are "|" delimited. They all have unique names excpet for the .DAT at the end.
2. I need to create a "master" flat file with a name "YUMINV810.DAT" with all of the information from the multiple files listed in step 1. It needs to remain in the same format. I just need the script to append each record information after the previous one.
3. I need to move the "master" file to a different directory.
4. I need to be able to execute this script. Like an .exe script.
5. Creating it in note or wordpad would be fine.
Thanks for your help.
I need help creating a batch script to do the following.
1. I have multiple flat files in one windows directory. They are "|" delimited. They all have unique names excpet for the .DAT at the end.
2. I need to create a "master" flat file with a name "YUMINV810.DAT" with all of the information from the multiple files listed in step 1. It needs to remain in the same format. I just need the script to append each record information after the previous one.
3. I need to move the "master" file to a different directory.
4. I need to be able to execute this script. Like an .exe script.
5. Creating it in note or wordpad would be fine.
Thanks for your help.