Looking for Bit/MBIT Display

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
Friendly
Junior Member
Junior Member
Posts: 2
Joined: 2014-02-22, 12:58 UTC

Looking for Bit/MBIT Display

Post by *Friendly »

Hi folks,

my buddies here want me to us this prog to check several network stuff here. I wanna see it all in Bit or MBit and not in K.


Is there any other way to to got it?

thanks
Last edited by Friendly on 2014-03-02, 00:26 UTC, edited 2 times in total.
User avatar
petermad
Power Member
Power Member
Posts: 16141
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

You can do what you ask for by using Custum columns and the DirSizeCalc plugin.
License #524 (1994)
Danish Total Commander Translator
TC 11.55rc4 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1393a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ZoSTeR
Power Member
Power Member
Posts: 1052
Joined: 2004-07-29, 11:00 UTC

Post by *ZoSTeR »

DirSizeCalc has KiBytes and KBytes (2^10 and 1000) but not bits unless I'm missing something.

You could use the Script Content Plugin with something like this:

Code: Select all

Set fso = CreateObject("Scripting.FileSystemObject")
Set f = fso.GetFile(filename)
content = f.size * 8 & " Bit"
Set f=nothing
Set fso=nothing
@Friendly: Just to be sure: do you really want to see bit and not byte values?
Friendly
Junior Member
Junior Member
Posts: 2
Joined: 2014-02-22, 12:58 UTC

Post by *Friendly »

Hi Folks,

I guess it was not clear what I want. I got to do a screening on several network routes.

I would be cool to see the speed of the sent testfiles in Bit/MBit due to the local test enviroment.

Thats all. Any idea?
User avatar
sidefx88
Senior Member
Senior Member
Posts: 294
Joined: 2007-04-11, 17:07 UTC
Location: Argentina

Post by *sidefx88 »

The NSA/CSS requesting this??? I'm... SCARED! :D
I Love Total Commander!
Post Reply