nicehash / NiceHashMiner2

42 stars 40 forks source link

Starting from FAR manager #33

Open DrCorvax opened 7 years ago

DrCorvax commented 7 years ago

1) After starting "Nice Hash Miner 2.exe" from FAR manager all console output is going to FAR manager window. 2) Closing FAR manager will close Nice Hash Miner also.

Kayfolom commented 7 years ago

Lol! I confirm the bug. What kind of wretched framework is used to create?

jaretburkett commented 7 years ago

@DrCorvax I am not very familiar with the FAR manager, but a work around could be to launch NHM2 as a "child process". You could make a NHM2.cmd file in the same folder as the Nice Hash Miner 2.exe with the following content:

start "Nice Hash Miner 2.exe"

Then call NHM2.cmd from the FAR manager. Let me know if that works.