Author Topic: Couple of tips  (Read 2273 times)

Tags:
  • All members
  • Posts: 123
Couple of tips
« on: 11 Dec 2013, 12:35 »
Hi!

Don't know if someone has already written about these but...

You can create a task in Windows Task Scheduler to automatically start feeder7.exe including log-in after crash.

You need to generate command line in settings and copy it. Then in Task Scheduler in Actions Tab search feeder7. exe, copy the command line to "more arguments" and include the folder where feeder7.exe is located.

In settings please include don't start a new task or whatever it's in English (I use Finnish Windows).

In triggers you could put this to fire every 2 minutes or so.

---

This one automatically disconnects and reconnects wireless connection, if it's down. Found this and modified it a bit.

REM Restart Wireless Connection
REM Don’t restart if ping works.
ping -n 1 google.com
if %errorlevel% EQU 0 goto end
netsh wlan disconnect interface=”Wireless Network Connection”
TIMEOUT 5
netsh wlan disconnect "Wireless Network Connection"
TIMEOUT 5
netsh wlan connect name="Y-o-u-r N-e-t-w-o-r-k N-a-m-e"
:end

Copy this text to notepad, change the names and save it as restartwireless.bat

Then execute it in Windows Task Scheduler once in a minute or so.

Never worry again if internet connection or MarketFeeder stutters!

 ;D

  • Administrator
  • Posts: 8821
  • Gender: Female
*
Re: Couple of tips
« Reply #1 on: 13 Dec 2013, 16:32 »
Thank you for sharing these tips with the rest of the forum!
Always try your triggers in Test Mode before switching to real money!

Follow us on Twitter.

Join our WhatsApp chat!

Присоединяйтесь к официальному Telegram-каналу!

 

Please note, BetFair is seems to be currently OFFLINE