1.

Solve : cmd Help Please!!!?

Answer»

Hello EVERYONE,

I am new to the forum, but am hoping someone can help me with my dilemma. I have created a cmd file for one of our systems at work. I need the system to run a series of reports and save them to a SPECIFIC file. See the following example:

e:\Sungard\Quantum\Prod\programs\bnkacenq.exe PARAMS=0199CHF0168 /SYS OUTPUT=FILE (FILENAME=e:\icstmts\ELP\0199CHF0168.RTF STYLE=RTF)

e:\Sungard\Quantum\Prod\programs\bnkacenq.exe PARAMS=0199CHF0169 /SYS OUTPUT=FILE (FILENAME=e:\icstmts\ELP\0199CHF0169.RTF STYLE=RTF)

e:\Sungard\Quantum\Prod\programs\bnkacenq.exe PARAMS=0199CHF5076 /SYS OUTPUT=FILE (FILENAME=e:\icstmts\ELP\0199CHF5076.RTF STYLE=RTF)

This is only a small sample. There are actually 85 reports. Everything works except for the data the reports pull. Each REPORT is saved under it's specific name , but the data in each is that of the first file (0199CHF0168). I can not seem to fix this. Is there anyway to put a command in the TEXT that makes sure each report that is saved contains it's own data. Please let me know if you have any questions or if you need me to clarify anything.

Thanks,
RyanYou REALLY need help from someone who is familiar with your .exe program and where/how it saves output data before writing it to the file system. How many instances of the exe will be running concurrently :-?



Discussion

No Comment Found