Problem with non standard directory structure/names

Installed and runned sen2cor successfully (on Windows 8) using the command line option on data with the standard file-tree and it works both for full scenes and for tiles, such as:
H:\SKANE>L2A_Process S2A_OPER_PRD_MSIL1C_PDMC_20150818T101216_R065_V20150806T102902_20150806T102902.SAFE --resolution=10

But we have a download facility that creates a file structure with directory names with the format YYYYMMDD (eg. 20150627)

J:\S2a\T33VUC\20150627\GRANULE>L2A_process --cr_only ./S2A_OPER_MSI_L1C_TL_EPA__20160606T223605_A000062_T33VUC_N02.02
L1C user product directory must match the following mask: S2A_?????????L1C*
but is: 20150627

I think all files needed are there but the correct ones are not found?

Any suggestions how to overcome this?

/Jonas Ardö

J:\S2a\T33VUC\20150627>dir /s /b *.xml
J:\S2a\T33VUC\20150627\S2A_OPER_MTD_SAFL1C_PDMC_20160607T153612_R062_V20150627T102531_20150627T102531.xml
J:\S2a\T33VUC\20150627\GRANULE\S2A_OPER_MSI_L1C_TL_EPA__20160606T223605_A000062_T33VUC_N02.02\S2A_OPER_MTD_L1C_TL_EPA__20160606T223605_A000062_T33VUC.xml
J:\S2a\T33VUC\20150627\GRANULE\S2A_OPER_MSI_L1C_TL_EPA__20160606T223605_A000062_T33VUC_N02.02\QI_DATA\S2A_OPER_MSI_L1C_TL_EPA__20160606T223605_A000062_T33VUC_FORMAT_CORRECTNESS_report.xml

Hello
i think that every file that is inside mainly folder should have “first” name. You shouldn’t change anything. You can change only (in my estimation) the name mainly directory. You can put shorter name than first name but necessary is part of original name (eg. S2A_OPER_PRD_MSIL1C_PDMC_20160523T143810_R079_V20160523T095404_20160523T095404. SAFE you can change at S2A_OPER_PRD_MSIL1C_PDMC_20160523T143810_R079 but necessary is part S2A_OPER_PRD_MSIL1C_PDMC or longer (i don’t remember correctly).

Hi kyrol23 and thanks for the suggestion.

Changing the name of the main directory do not make it run even if it says that the the process is started (see below) does nothing happen. I suspect that some files are missing.
Is there any available information on required in-files needed by sen2cor?

Copied from DOS promt>

J:\S2a\T33VUC>L2A_Process S2A_OPER_MTD_SAFL1C_PDMC_20160607T153612_R062_V20150627T102531_20150627T102531.SAFE
Sentinel-2 Level 2A Prototype Processor (Sen2Cor), 2.2.1, created: 2016.04.29 started …
J:\S2a\T33VUC>

/Jonas Ardö