@vmantilla the supported api version of OpenCL for the 1060 is 1.2, which your NVIDEA device 1 lists. This at least confirms it is seeing your card.
Do you have the path to your gpuPlotter folder in your myplots.bat file? Doing so makes sure the path is correct even if your bat file is in another location. Example:
REM Change the line below to whatever your path is. Quotes necessary.
CD "C:\CryptoCurrency\BurstCoin\GPU Plotter"
gpuPlotGenerator generate direct D:\xxxxxxxxxxxxxxxxxxxxx_282327365_5087040_18168
PAUSE
Also, the plotter will not create your Plots folder (K://Plots). You either need to create it on the target disk in advance or just don't use it. I don't use it. Note also you can use <Drive Letter>:// or <Drive Letter>:. I use the latter.