Bitcoin Forum
July 02, 2024, 01:20:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Miners and Forum  (Read 625 times)
BobBob (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 18, 2011, 03:05:02 AM
 #1

How can I post in another section of the forum/PM someone ?

I'm using CGMINER : http://forum.bitcoin.org/index.php?topic=28402.0

For some reason I can't start it using a .bat file.

Here's an example :

Code:
start C:\cgminer-1.2.8\cgminer "-help"

Is there a way to make it work ?
crazy-pilot
Sr. Member
****
Offline Offline

Activity: 861
Merit: 253


SmartFi - EARN, LEND & TRADE


View Profile WWW
July 18, 2011, 04:42:37 AM
 #2

How can I post in another section of the forum/PM someone ?

 You just have to spend some time on this forum... Like 5+ messages and 4+ hours.

████
██
██
██
██
██
██
██
██
██
██
██
████
...The Open..............
...Lending Platform...
████
████
████
████
████
████
████
████
████
████
████
████
████
▄▄█████████▄▄
▄█████████████████▄
▄██████████▀▀▀▀███████▄
█████████▀        ███████
████████▀        ▄█████████
█████████       ▄▀▀██████████
█████████     ▄▀   ▀█████████
██████████  ▄▀      █████████
█████████▀▀       ▄████████
███████        ▄█████████
▀███████▄▄▄▄██████████▀
▀█████████████████▀
▀▀█████████▀▀
.SMARTFI..████
████
████
████
████
████
████
████
████
████
████
████
████
...Join the SmartFi.....
...Token Sale...
████
██
██
██
██
██
██
██
██
██
██
██
████
████████████████████████████
████████████████████████████
████████████████████████████
█████████████████▀▀  ███████
█████████████▀▀      ███████
█████████▀▀   ▄▄     ███████
█████▀▀    ▄█▀▀     ████████
█████████ █▀        ████████
█████████ █ ▄███▄   ████████
██████████████████▄▄████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████████████████████████
████████▀▀▄██████▄▀▀████████
███████  ▀        ▀  ███████
██████                ██████
█████▌   ███    ███   ▐█████
█████▌   ▀▀▀    ▀▀▀   ▐█████
██████                ██████
███████▄  ▀██████▀  ▄███████
████████████████████████████
████████████████████████████
████████████████████████████
tysat
Legendary
*
Offline Offline

Activity: 966
Merit: 1004


Keep it real


View Profile
July 18, 2011, 04:54:48 AM
 #3

Try something like this with a BAT file

Code:
@echo off
cd "C:\cgminer-1.2.8\"
cmd /k cgminer (whatever flags you need here)
Xephan
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 18, 2011, 04:55:48 AM
 #4

How can I post in another section of the forum/PM someone ?

I'm using CGMINER : http://forum.bitcoin.org/index.php?topic=28402.0

For some reason I can't start it using a .bat file.

Here's an example :

Code:
start C:\cgminer-1.2.8\cgminer "-help"

Is there a way to make it work ?

Have you tried just
Code:
C:\cgminer-1.2.8\cgminer -help
? Cheesy

Although I'm curious why you would want to use the -help option in a batch file since you won't see anything useful before it closes in a flash.
BobBob (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
July 18, 2011, 06:55:41 AM
 #5

-help was an example Tongue

I just need it to run with a batch file, it will be faster than typing everything every time.
Xephan
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
July 18, 2011, 07:46:21 AM
 #6

-help was an example Tongue

I just need it to run with a batch file, it will be faster than typing everything every time.

LOL ok, just making sure Cheesy

So does it work if you remove the "start" from the line?
Morebitcoinsplease
Member
**
Offline Offline

Activity: 84
Merit: 10



View Profile
July 18, 2011, 03:11:32 PM
 #7

Try something like this with a BAT file

Code:
@echo off
cd "C:\cgminer-1.2.8\"
cmd /k cgminer (whatever flags you need here)

Ahh good old Dos, that should definitely work
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!