Your comments

still looping with echo off


I may have to look at other coins to mine ....i hate minegate 

with the new add it still is trying to execute and starts looping 

it just blinks in a loop "like"  Is it I am trying to run 4GPU's ???? I am so lost!!!

here is what i have for conf file:

{
    "pools":
    [
    {
      "name": "poolmining.org",
      "url": "stratum+tcp://xmr.poolmining.org:3033",
      "user": "43D3AwjHFP5VR8NCAtsM8DHYrCZwjJ7x8dxGk6hoXVYxipwNtMxg6gpZCbQvDrzqsqj9sPNB6N3VWNEtmDSYb9c19rHtfzS",
      "pass": "x",
      "priority": "0",
      "profile": "xmr"
    }
    ],
    "profiles":
    [
    {
      "name": "xmr",
      "algorithm": "cryptonight",
      "rawintensity": "896",
      "worksize": "8",
      "gpu-threads": "1"
    }
    ],
    "default-profile": "xmr",
    "no-extranonce": true,
    "gpu-platform": "1"
  }

bat file start:

@echo off

setx GPU_FORCE_64BIT_PTR 0
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100

:loop
sgminer -c sgminer-xmr.conf --gpu-reorder
echo restart miner...
goto loop