Netplay Command Line Structure

How are the command line arguments structured (Windows specifically)?

I had this working in bash script in Linux and I can’t remember (or lookup) how I did it.

Client Example:

.\retroarch.exe -C 192.168.0.1 -F 0 --nick Entropy -L “\path o\core” “\path o\rom”

Host Example:

.\retroarch.exe -H -F 0 --nick Entropy -L “\path o\core” “\path o\rom”

I’ve been using this page: https://github.com/libretro/RetroArch/wiki/Using-the-command-line

But I need a little more help.

Thanks