Retroarch command line startup

Hello! I have a this file hierarchy:

games pictures sounds retroarch (of course, including retroarch.exe and cores folder) attract-mode.exe (frontend)

How i can startup RetroArch with needed core and choosen ROM (from GAMES folder)? I need to use relative paths. What i must write in command-line switches?

./ or .\ work for relative paths.

retroarch -L .\cores<core> .\games<game rom>

nothing happens

log says “Failed to load content” when i try to use .\

WOOOOW, …\ works