************************************************************************ * SCR v1.1 - The smallest ever textmode utility! - (c) Jani Halme 1995 * ************************************************************************ This program can set your PC into following textmodes: 80x12 (200 scanlines, 8x16 font) 80x14 (200 scanlines, 8x14 font) 80x21 (350 scanlines, 8x16 font) 80x25 (400 scanlines, 8x16 font) 80x27 (400 scanlines, 8x14 font) 80x43 (350 scanlines, 8x8 font) 80x50 (400 scanlines, 8x8 font) The usage of the program is: SCR <12/14/21/25/27/43/50> Example: 'SCR 43' clears screen and sets 80x43 text mode. The source code is also included in case you find it useful in your own programs. You can freely use the code in anything you wish - it contains no secrets and all the info is publicly available in, for example, HelpPC. To recompile the code, use TASM v2.0 or higher, and link the object with 'TLINK /T SCR.OBJ'. If you find bugs, feel also free to debug the code for yourself. ;) Anyway, if you want to contact me, here's some info for you: Snailmail: Jani Halme Email: jahalme@freenet.hut.fi Hiidenvainiontie 15 21290 Rusko Tel: +358-(9)21-432 2537 Finland