We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

Search found 5 matches

by dauge
10 Jul 2012, 14:29
Forum: SpeedyFox
Topic: Run In Silent Mode
Replies: 6
Views: 16126

Re: Run In Silent Mode

You are welcome. Too many posts complain but don't include how to fix the problem. If I know the answer I am more the willing to post the solution.
by dauge
10 Jul 2012, 14:03
Forum: SpeedyFox
Topic: Run In Silent Mode
Replies: 6
Views: 16126

Re: Run In Silent Mode

If you want to run SpeedyFox in Task Scheduler you need to kill your Firefgfox and maybe Thunderbird before running SpeedyFox. Do it like this ***

@echo on
TASKKILL /F /IM firefox.exe
TASKKILL /F /IM thunderbird.exe
Exit
by dauge
10 Jul 2012, 11:17
Forum: SpeedyFox
Topic: Run In Silent Mode
Replies: 6
Views: 16126

Re: Run In Silent Mode

Got It !!!!

@echo on
START "s" C:\Users\Dave\Desktop\speedyfox.exe /Firefox:default /Thunderbird:default
Exit
by dauge
10 Jul 2012, 11:02
Forum: SpeedyFox
Topic: Run In Silent Mode
Replies: 6
Views: 16126

Re: Run In Silent Mode

Thanks, I have seen that but I need to run it from a batch (.bat) file as I am running it from Task Scheduler. Can't get it to run.
by dauge
10 Jul 2012, 10:16
Forum: SpeedyFox
Topic: Run In Silent Mode
Replies: 6
Views: 16126

Run In Silent Mode

Is there a way to run SpeedyFox in silent mode? Like adding a parameter of /s or /a or something else? I have it added to Windows scheduler but it just opens the SpeedyFox window but doesn't run.

thx