ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Need Desktop icon to run Brother Control Center 4 (CC4 system tray program)

<< < (8/9) > >>

timmy2:
The actual tested solution is as follows:

Go to this folder:

C:\Program Files (x86)\Brother\BrLauncher

There, you'll find a configuration settings file (ini) named for the printer model.

In my case it is MFC-L2710DW series.

Open it in Notepad++ and find in the [SCAN] section the following line:

ControlCenter_Scan=C:\Program Files (x86)\ControlCenter4\BrCcBoot.exe /model="MFC-L2710DW series" /OpenTab=0x01

Select and copy the entire line.

Create a new tab in Notepad++ and select Batch file language.

Paste that single command line into the new unnamed batch file.  Modify it as follows:

"C:\Program Files (x86)\ControlCenter4\BrCcBoot.exe" /model="MFC-L2710DW series" /OpenTab=0x01

The most important things to note besides removing everything to the left of the equal sign is where the double-quotes go. The path is in double-quotes and the model name is in double-quotes.

Because I have a custom tab in CC4 I changed the 0x01 to 0x11 and it jumps directly to that custom tab.

When you test run the batch file a command window will open momentarily followed by the CC4 Control Center. Once it works, put the batch file somewhere safe and make a desktop shortcut to it. In the shortcut's Properties change Run= to Minimized and change the icon to a scanner found in SHELL32.DLL

Apesbrain:
^This worked! Thanks.

Quebecout:
The actual tested solution is as follows:

Go to this folder:

C:\Program Files (x86)\Brother\BrLauncher

There, you'll find a configuration settings file (ini) named for the printer model.

In my case it is MFC-L2710DW series.

Open it in Notepad++ and find in the [SCAN] section the following line:

ControlCenter_Scan=C:\Program Files (x86)\ControlCenter4\BrCcBoot.exe /model="MFC-L2710DW series" /OpenTab=0x01

Select and copy the entire line.

Create a new tab in Notepad++ and select Batch file language.

Paste that single command line into the new unnamed batch file.  Modify it as follows:

"C:\Program Files (x86)\ControlCenter4\BrCcBoot.exe" /model="MFC-L2710DW series" /OpenTab=0x01

The most important things to note besides removing everything to the left of the equal sign is where the double-quotes go. The path is in double-quotes and the model name is in double-quotes.

Because I have a custom tab in CC4 I changed the 0x01 to 0x11 and it jumps directly to that custom tab.

When you test run the batch file a command window will open momentarily followed by the CC4 Control Center. Once it works, put the batch file somewhere safe and make a desktop shortcut to it. In the shortcut's Properties change Run= to Minimized and change the icon to a scanner found in SHELL32.DLL
-timmy2 (March 24, 2020, 03:45 PM)
--- End quote ---


I've been looking for a long time for a way to assign a Macro Key on my keyboard to open CC4. Thank you, and Don G. for this solution. On my system, the command window stays open after CC4 opens. Adding -multiwindow to the end of the .bat file line avoids this.

optimfish:
Hey, thank you very much! this is working fine: http://www.dcmembers.com/skwire/wp-content/uploads/sites/5/apps/snacks/CC4_Tool.zip

I need it for an old man which is very happy about that "little thing"

Thank you again and sunny greetings from Switzerland  ;D

Styler001:
I came across this topic here in a Google search after my CC4 tray icon occasionally disappears for some reason I can't figure out, and wanted to say the Don G. and timmy2 methods still work in 2022 with my Brother MFC-L2710DW printer.  I didn't try the skwire method, but appreciate all the time he put into his solution(s).

My only question is...how are the Don G. and timmy2 methods different?  I know one's a batch file and one's a shortcut, but timmy2's method just seems to make the shortcut into a batch file.  I don't see the reason for that if the shortcut is sufficient.  Just save a copy of the shortcut somewhere safe in case you lose the original one.

If I'm wrong, and I probably am, please straighten me out.

Thanks again for everyone's efforts in this.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version