Hi I have prepared a stream that translates to XLM postscript. I want to make a variable as the file name of the first 7 digits of the XML file name of the folders to be created in this stream.
for example
xml files= 3003129_KA_2A.xml,3003129_KA_3A.xml,3003129_KA_4A.xml
xml files=3113129_KA_2A.xml,3113129_KA_3A.xml,3113129_KA_4A.xml
file hierarchy;
3003129
{
- 3003129_KA_2A.ps
- 3003129_KA_3A.ps
- 3003129_KA_4A.ps
}
3113129
{
- 3113129_KA_2A.ps
- 3113129_KA_3A.ps
- 3113129_KA_4A.ps
}
how can I do it?