Is there an option to Write your settings using vertminer? If so, that's the option that creates your personal config file. Also, delete all the .bin files from the location you have the miner before you start. The .bin will tell you your TC.
Mine.bat:
mode CON cols=96 lines=32
timeout /t 60
set DT=C:\Users\miner\Desktop
set VMINER=%DT%\vertminer-0.5.3
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
del %DT%\*.bin
%VMINER%\vertminer --scrypt-vert
pause
However, I don't know how to fit all those options on the comamnd line, which is why I have always used the conf file.
Are you suggesting that I just start vertminer with just the -o/-O options and nothing else?