Hello,
I am looking for a way to update/create a text file that would contain data simulate to the sample below. I have a list of a few hundred file names that would take the place of "file1.btw" all the other data would stay the same. I would like to save each file as a text file that match the file name being inserted. example in this case it would be file1.txt, I not sure how to script something like this out. Any help would be appreciated.
Thanks Lee
%BTW% /AF="\\Server\Template\File1.btw" /D="%Trigger File Name%" /PRN="Printer1" /R=3 /P /C=1
%END%
Item,D1,D2,D3
Item123,Something Awsome,1 Per Box,UPC#
ASKER
A scripting language is a programming language that supports scripts, programs written for a special run-time environment that automate the execution of tasks that could alternatively be executed one-by-one by a human operator. Scripting languages are often interpreted (rather than compiled). Primitives are usually the elementary tasks or API calls, and the language allows them to be combined into more complex programs. Environments that can be automated through scripting include software applications, web pages within a web browser, the shells of operating systems (OS), embedded systems, as well as numerous games. A scripting language can be viewed as a domain-specific language for a particular environment; in the case of scripting an application, this is also known as an extension language.
TRUSTED BY
ASKER
Let me give this a try and see what it does, from what I can read on this if you have not nailed it you are very close.
Thx!