Search found 3 matches
- 05 Dec 2013 13:37
- Forum: DOS Batch Forum
- Topic: Batch limits?
- Replies: 5
- Views: 2034
Re: Batch limits?
If it helps, the reports are pdf's, and the date is always at the end of the string, always in that format. There isn't a way to modify the code to start at the end of a string and read backwards?
- 05 Dec 2013 01:47
- Forum: DOS Batch Forum
- Topic: Batch limits?
- Replies: 5
- Views: 2034
Re: Batch limits?
Constant layout yes but character length will fluctuate based on the report identifier, i.e., "0A10751". This unique identifier will change for every report as it is generated by the server; but the rest of the layout will always follow that pattern: Title_UniqueID_CenterNumber_Year-Month-...
- 04 Dec 2013 07:51
- Forum: DOS Batch Forum
- Topic: Batch limits?
- Replies: 5
- Views: 2034
Batch limits?
Are there limitations to the complexity of a batch file? I'm trying to write an automation script that will function as an all-in-one configuration/daily run-file. Example: I have a spreadsheet tool that is dependent on external daily report files. They get stored to a server that has no effective d...