I can't pick up a bat file to run the miner
gives an error message
progminer-zano-opencl.exe -stratum --stratum-miner-address=ZxCZkSfsPDbcmhqydkTjYBGLJgTwG78cBWSQG1REM758iQwkV5ZEei2BrJe66a3iy7DXC83B3CFz2GHuwkMs5jAF1Bvvd2iJL --log-level=2 --stratum-bind-port=11555
pause
It seems what you're trying to run above is a combination of a standalone stratum with the miner.exe appended to the front. You need to run two different commands.
#1 Zanod stratum: zanod.exe --stratum --stratum-miner-address=YOURADDRESSHERE --log-level=2 --stratum-bind-port=11555
#2 Miner (after synced): progminer-zano-opencl.exe --opencl -P stratum1+tcp://miner@localhost:11555
*edit: Keep in mind, the localhost is referring to your local computer, you can run multiple rigs/machines off of that same stratum just replace localhost with your internal IP on the other rigs/machines.