Hi everybody!
I'm a beginner when it gets to Bitcoins. But i got a problem with the launcher. Windows repport an error message, and says it cannot find the poclmb exe. My batchfile is looking like this.
: start /DC:\bitcoin\poclbm poclbm.exe -d0 --host=deepbit.net --port=8332 --user="email" --pass="my password"
Have i done anything wrong?
Ummm...I'm a noob too...but shouldn't it look like this?
start /DC:\bitcoin\poclbm
\poclbm.exe -d0 --host=deepbit.net --port=8332 --user="email" --pass="my password"
Note the extra slash in bold.