Back to home page

DOS ain't dead

Forum index page

Log in | Register

Back to index page
Thread view  Board view
Vehudis

03.11.2011, 14:05
 

RAR GUI and a calculator (Miscellaneous)

Hello,

does somebody know
- a simple GUI for DOS version of RAR 3.93 (downloadable from the internet)? The version 2.50 even had it.
- a simple calculator for DOS?

Rob

E-mail

03.11.2011, 15:24

@ Vehudis
 

RAR GUI and a calculator

> Hello,
>
> does somebody know
> - a simple GUI for DOS version of RAR 3.93 (downloadable from the
> internet)? The version 2.50 even had it.
> - a simple calculator for DOS?

About the calculator, you can look there:

http://reimagery.com/fsfd/calc.htm

Rugxulo

Homepage

Usono,
03.11.2011, 17:13

@ Vehudis
 

RAR GUI and a calculator

> Hello,
>
> does somebody know
> - a simple GUI for DOS version of RAR 3.93 (downloadable from the
> internet)? The version 2.50 even had it.

I think NDN is considered a good frontend for archivers.

> - a simple calculator for DOS?

FDRC
FoxCalc
CALC387
Regina

DOS386

04.11.2011, 09:25

@ Vehudis
 

RAR GUY | WingZip 16.0 released 2011-10-22 | calculator

> does somebody know
> - a simple GUI for DOS version of RAR 3.93

NO. Any point to use RAR at all?

> - a simple calculator for DOS?

FASM IDE :-)

[image]

PS: WingZip 16.0 released 2011-10-22 :-)

What's new:

> Increased bloat to almost 60 MiB

cool ...

> Avoid email size limits and send up to 2GB, hassle-free

how ???

> Upload and post any type of file directly to Facebook

but I deprecate F***-Book ...

> Tap into your computer's full zipping power with our new 64-bit zip engine

how does it perform on 80486, 80386, 8086 ?

> Zip and write files directly to Blu-ray Disc

but I deprecate B***-Disc ...

> Enjoy greater flexibility with support for additional compressed file formats

for example ? because 7-ZIP worx for me ...

> Scan your system for PC performance issues with just one click

my system has always maximum performance so I don't need this ... but I'm hungry ... please add a PIZZA-Feature in 17.0 :-)

---
This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft ***

Doug

E-mail

05.11.2011, 07:16

@ Vehudis
 

ACalc.exe

> - a simple calculator for DOS?

I've been using the command-line ACALC.EXE for ages. It's from IBM PC-DOS 7.0/2000. The updated version with a fix is available here:

ftp://ftp.software.ibm.com/ps/products/pcdos/fixes/v7.0/d70acalc.zip

Here's the /? help:

ACALC [/T[:]format] expression

  /T           Specifies the output format type
  format         D=Decimal (default)  B=Binary  O=Octal  X=heXadecimal
                 A=All (decimal, binary, octal, and hexadecimal)
  expression   Specifies a valid numeric expression.

Numbers prefixed with 'b', 'o', and 'x' are assumed to be binary, octal,
and hexadecimal respectively.  Decimal numbers are not prefixed.

Arithmetic Operators:              Bitwise Operators:
  ()  Separators                     &   Bitwise AND
  *   Multiplication                 :   Bitwise OR
  /   Division                       ^   Bitwise XOR
  %   Modulo (remainder of x/y)      {   Left Shift
  +   Addition                       }   Right Shift
  -   Subtraction

General Math Functions:
  ABS(x)     Absolute Value of x
  EXP(x)     Exponential of x
  FACT(x)    Factorial of x (a positive number less than 21)
  LOG(x)     Natural Logarithm of x (a positive number)
  LOG10(x)   Logarithm of x (a positive number) to the Base 10
  MAX(x;y)   Larger of the two values x and y
  MIN(x;y)   Smaller of the two values x and y
  PI()       Value of Pi (3.14159265359)
  POW(x;y)   x raised to the power of y
  SQRT(x)    Square Root of x (a positive number)

Trigonometric Math Functions:
  COS(x)     Cosine of the Angle x in Radians
  SIN(x)     Sine of the Angle x in Radians
  TAN(x)     Tangent of the Angle x in Radians

Example: ACALC FACT(((8+1)/2)*2-SQRT(MAX(6;3)))

- Doug B.

nando

19.11.2011, 05:05

@ Doug
 

pcalc.exe

> > - a simple calculator for DOS?
>
> I've been using the command-line ACALC.EXE for ages. It's from IBM PC-DOS
> 7.0/2000. The updated version with a fix is available here:
>
> ftp://ftp.software.ibm.com/ps/products/pcdos/fixes/v7.0/d70acalc.zip
>

I use pcalc, the programmer's calculator. Needed it to do some logical bitwise operations. Took ages to find one that works as well as this one does. Here's the download text blurb:

PCALC

Programmer's calculator, command line utility.

There was always a loophole when it came to a need to covert between hexadecimal / decimal / octal / binary.

Especially if it involved an operation like 0x1234 + 0x20 It took a lot of hard work, and mostly a good pocket calculator.

Main features:

Full math parser, paranthases, add, sub, mult, div, exponential
Automatic conversion between HEX DEC OCT BIN numbers
Mixing different bases in one expression
Definable variables
Math constants (E PI ...)
Built in math functions (sin/cos/sqrt ...)


Download
You can download pcalc at the Sourceforge website.

Rugxulo

Homepage

Usono,
19.11.2011, 21:34

@ nando
 

pcalc.exe

> I use pcalc, the programmer's
> calculator. Needed it to do some logical bitwise operations. Took ages to
> find one that works as well as this one does. Here's the download text
> blurb:
>
> (snip)
>
> Download
> You can download pcalc at the
> Sourceforge website.

Surprisingly, pcalc-2.tar.lzma does indeed have pcalc-2/win32/pcalc.exe (as well as C sources), which is also surprisingly a MS C (circa 1992) DOS (!) .EXE.
EDIT: But it's cmdline only, no GUI (obviously?).

Vehudis

05.11.2011, 08:28

@ Vehudis
 

Calculator

Big Thank you to everybody for the tips. At this moment the best command-line calculator for me is tcalc.
Does somebody know a calculator with GUI (like the one in WinXP)?

andrea936

E-mail

06.11.2011, 12:14

@ Vehudis
 

Calculator

> Big Thank you to everybody for the tips. At this moment the best
> command-line calculator for me is tcalc.
> Does somebody know a calculator with GUI (like the one in WinXP)?


if you use a dos /freedos gui interface like desktop2 by Felix Ritter you'll have a fine & simple gui calculator ( and other) on your desktop.
http://www.mevis-research.de/~ritter/awakeideas/desktop.html
:-)

marcov

07.11.2011, 21:39

@ Vehudis
 

Calculator

> Big Thank you to everybody for the tips. At this moment the best
> command-line calculator for me is tcalc.
> Does somebody know a calculator with GUI (like the one in WinXP)?

Didn't DV/X come with a calculator? For me DV/X always was the closest to a GUI on dos.

Rugxulo

Homepage

Usono,
08.11.2011, 03:03

@ marcov
 

Calculator

> > Big Thank you to everybody for the tips. At this moment the best
> > command-line calculator for me is tcalc.
> > Does somebody know a calculator with GUI (like the one in WinXP)?
>
> Didn't DV/X come with a calculator? For me DV/X always was the closest to a
> GUI on dos.

Why he wants/needs a GUI calculator is beyond me. But here's a pic of DV/X's calc (more pics from here).

Sadly, DV/X isn't sold nor even available in any form anymore (though developer libs for DJGPP v1 still exist on mirrors).

Paul

10.11.2011, 21:53

@ Vehudis
 

RAR GUI and a calculator

> - a simple calculator for DOS?

Bali's Calc:

http://tothb.ehc.hu/software/

Vehudis

11.11.2011, 09:09

@ Paul
 

Re: Calculator

Thanks a lot for your (and everybody's) tip. Balicalc is the best GUI calculator for me, so I can add it to my favorite file manager Doszip.

Back to index page
Thread view  Board view
22049 Postings in 2034 Threads, 396 registered users, 301 users online (1 registered, 300 guests)
DOS ain't dead | Admin contact
RSS Feed
powered by my little forum