Run batch file through RDP connection to W7 Pro

Discussion in 'Tech Talk' started by Ryld Baenre, Mar 5, 2014.

  1. Ryld Baenre

    Ryld Baenre Veteran FPS Member

    Is it possible to do this or is it maybe just the type of batch file I am running?

    I have a cudaminer batch file to start mining scrypt-jane that uses both video cards when I run it. The catch is that when I access the file through an RDP connection it starts and then the window closes automatically. Was hoping to use this to start mining when I was away from the house.
     
  2. Ryld Baenre

    Ryld Baenre Veteran FPS Member

    Answer to my question. I thought windows might do something silly like that with the display driver. I ran it in the cmd prompt to get the source of the error.

    Now I need to make a batch file with those commands.

    ETA**

    Not as simple as it sounded :(

    This is my batch file so far but still doesn't want to work.

    cd E:\Users\XXX\Downloads\Cryptocurrency Mining\cudaminer\x64
    tscon 1 /dest:console
    YAC
    pause
     
    Last edited: Mar 5, 2014