Help needed with command line

Hello, I’m trying to launch RetroArch from a command line.I’ve read that the syntax is this one:

retroarch -L /path/to/libretro/core.so game.rom

My bat file is written like this:

"C:\Users\myPC\Desktop\RetroArch_1.2.2\retroarch.exe" -L cores\bsnes_accuracy_libretro.dll "C:\Users\myPC\Desktop\Nintendo SNES\Roms [No-Intro (20130907)]\ActRaiser (Europe).zip"

…but not working. What am I please doing wrong? Thank you!!

You may need to move your quotes in to enclose each name with a space in it, like this: C:\Users\myPC\Desktop"Nintendo SNES"“Roms [No-Intro (20130907)]”“ActRaiser (Europe).zip” Other than that, it would be helpful if you could get a log by adding this to your launch command: [retroarch stuff] --menu --verbose […] >> log.txt 2>&1