Messages - timmy2 [ switch to compact view ]

Pages: [1] 2 3 4 5 6next
1
Post New Requests Here / Ping with latency alarm?
« on: May 14, 2021, 08:49 PM »
I am looking for a program that can ping an address every 2 seconds and play a sound when the return time exceeds a certain value. It needs to display a timestamp and return time for every ping so I can capture this output to a text file, which I'll then import into Excel.

2
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

3
I want to display an Acceptable Use Policy (rich text) in a scrollable window with OK and Cancel buttons (return different error codes). Has anyone seen such a program here?

4
I recently had a similar wish to have a desktop icon that I could click on to get quick access to Control Center 4. I tried a number of things that seem similar to what timmy2 described at the start, and like timmy2, I had no success. My husband then suggested simply going into the Start Menu's All Programs and clicking on Brother (our printer). This produced a list of items, one of which was Control Center 4. I then just dragged that item to the desktop, and voilĂ , I had a desktop icon.  When I click on it, it produces the box I want with icons for the 4 Scan options: Image, OCR, E-mail, and File.  I should add that the CC4 version is 4.2.461.1, and my computer runs Windows 7 Prof. 64-bit. CC4 is apparently in the Startup menu, but I have not given it permission to start at the computer's startup, and Win Patrol assures me that it is currently not running.

I hope this may prove helpful.

I overlooked your post. Thank you for the attempt to help, CyberDiva. I think what you did used to be possible. Maybe it's still possible with Windows versions prior to 10 or earlier versions of the Brother software. But recent installations for several Brother multifunction printers in Windows 10 all yield the same result: a single program, Brother Utilities, in All Programs > Brother. And the Control Center 4 icon cannot be dragged to the Desktop to make it a shortcut.

5
Thank you for the continued effort!  :Thmbsup:

My Brother Utilities lists two printers in the drop-down box at the top. One printer is at my desk (but on the LAN) and the other is across the house, also on the LAN.

First, I tried the name of the printer at my desk. I figure I installed the latest Brother software when I added it to the network recently.

Model=MFC-L2710DW series LAN

then I changed the line to:

Model=L2550DW series LAN

Neither attempt caused the shortcut to open CC4.

Pages: [1] 2 3 4 5 6next
Go to full version