[Solved] Is this doable?
Posted: 07 Jun 2011 17:33
Hi Guys,
I was wondering if it's possible to code this situation:
I want to echo this: <Pages>constantnumber_EquipmentLog001.TIF</Pages>
But the scenario is that, that code should be echoed based on the "page range" inputted by the user, for example:
after executing the batch:
Is this possible to code in batch?
Thanks in advance.
-renzlo[b][/b]
I was wondering if it's possible to code this situation:
I want to echo this: <Pages>constantnumber_EquipmentLog001.TIF</Pages>
But the scenario is that, that code should be echoed based on the "page range" inputted by the user, for example:
after executing the batch:
Code: Select all
from page: 45 (inputted by the user)
to page: 45 (inputted by the user)
Result: <Pages>constantnumber_EquipmentLog045.TIF</Pages>
or
from page: 45 (inputted by the user)
to page: 46 (inputted by the user)
Result: <Pages>constantnumber_EquipmentLog045 constantnumber_EquipmentLog046.TIF</Pages>
or
from page: 45 (inputted by the user)
to page: 47 (inputted by the user)
Result: <Pages>constantnumber_EquipmentLog045 constantnumber_EquipmentLog046 constantnumber_EquipmentLog047.TIF</Pages>
or
from page: 45 (inputted by the user)
to page: 50 (inputted by the user)
Result: <Pages>constantnumber_EquipmentLog045 constantnumber_EquipmentLog046 constantnumber_EquipmentLog047 constantnumber_EquipmentLog048 constantnumber_EquipmentLog049 constantnumber_EquipmentLog050.TIF</Pages>
Is this possible to code in batch?
Thanks in advance.
-renzlo[b][/b]