Short: ADos script to enter number w/ mouse Author: longbow@mcd.on.ca (Seumas McNally) Uploader: longbow mcd on ca (Seumas McNally) Type: util/batch Architecture: m68k-amigaos Using only Amiga Dos script language, pops a requstor that lets the user enter a number digit-by-digit (like on a calculator) by clicking with the mouse, lets you change the sign of the number, delete digits already entered, and clear the number. Also lets you specify a Max, Min, and Default number when executing it. Returns value to StdOut and in $cntot. It's a bit slow and ugly, but it works. Will not work with Dos 1.3, may work with 2.0+, WILL work with 3.0+. (Requires eval and requestchoice commands that come with Dos 3.0+ and maybe 2.0+, I don't have 2.0 so I don't know)