From: "Steven Levine" Received: from [192.168.100.201] (HELO mail.2rosenthals.com) by 2rosenthals.com (CommuniGate Pro SMTP 5.4.10) with ESMTP id 11350179 for ecs-isp@2rosenthals.com; Wed, 11 Dec 2024 11:26:49 -0500 Received: from secmgr-va.2rosenthals.com ([50.73.8.217]:57887 helo=mail2.2rosenthals.com) by mail.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.97.1) (envelope-from ) id 1tLPXs-000000005O0-13S5 for ecs-isp@2rosenthals.com; Wed, 11 Dec 2024 11:26:40 -0500 Received: from mta-101b.earthlink-vadesecure.net ([51.81.61.61]:54385 helo=mta-101a.earthlink-vadesecure.net) by mail2.2rosenthals.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.97.1) (envelope-from ) id 1tLPXm-0000000070f-1leo for ecs-isp@2rosenthals.com; Wed, 11 Dec 2024 11:26:34 -0500 DKIM-Signature: v=1; a=rsa-sha256; bh=J/hkKscIpHFCA2DbHAY5iWXY26yOOD2enithgS SNMXE=; c=relaxed/relaxed; d=earthlink.net; h=from:reply-to:subject: date:to:cc:resent-date:resent-from:resent-to:resent-cc:in-reply-to: references:list-id:list-help:list-unsubscribe:list-unsubscribe-post: list-subscribe:list-post:list-owner:list-archive; q=dns/txt; s=dk12062016; t=1733934394; x=1734539194; b=JA66PSLtjwHSk/p8u+Or7WNa1HU WUAFgwkY8veUvKqhzYi4epN1oWI1SrisZXp4tAHdglSeXcr3cnYf6GQgdURwRfet5HczLIP Y73OdbgLzY/gDWurQIbR3jMXRzZk4Pvk71QzLVnVRDXUVD3UfIWKtRkg1bZPAK5qPhTLo/t FvVIZxV0RyleVjuobJUmTDzlKJ3jqjfH7mFB6PbT034fOsoAcVCFo1EOkBys49Qo7azciTY 0bAfYdVaPcUTeKsMYpj2M5fYuMxaFm81F3zK8ClwWPrJcNKrnfHamIjaGknQYDTu/OFbZ0p EUyvtO5wQ31GK85mNz+zCjlRjrpp52A== Received: from slamain ([172.56.178.196]) by vsel1nmtao01p.internal.vadesecure.com with ngmta id defd3ee7-18102c24fa5b2e0c; Wed, 11 Dec 2024 16:26:34 +0000 Message-ID: <6759b91b.13.mr2ice.fgrirsq@earthlink.net> Date: Wed, 11 Dec 2024 08:08:59 -0800 To: "eCS ISP Mailing List" In-Reply-To: Subject: Re: [eCS-ISP] VIO Font Size (Was: Re: Getting started with Let's Encrypt) X-Mailer: MR/2 Internet Cruiser Edition for OS/2 v3.00.11.24/60 In , on 12/11/24 at 09:21 PM, "Peter Moylan" said: Hi Peter, >/* Wrapper to set font size and then run accounts. */ >CALL RxFuncAdd SysLoadFuncs, rexxutil, sysloadfuncs >CALL SysLoadFuncs >oldsize = SysIni("USER", "Shield", "~Font Size...") >rows = 22 >cols = 12 >newsize = D2C(cols)||D2C(rows) >result = SysINI( "USER", "Shield", "~Font Size...", newsize) 'start /C >/WIN D:\accounts\accounts.exe' >result = SysINI( "USER", "Shield", "~Font Size...", oldsize) >> I see. After some digging at the new Hobbes archive, a little GPL >> utility called 'Console' turned up, that does just that: it will adjust >> the font size for DOS or OS/2 VIO sessions (and much more!) >Thanks. I've saved that information to look at later when I have more >time. Packrat that I am, I had a copy of console stashed away in my archives and had forgotten about it. For this job, it's a easier solution than apmtst. I took a quick look at the console sources. Despite the author's claim of being new to C, the code is a good example of how to implement this kind of tool. I thought I recognized some of the coding style. Turn's out Andrew Zabolotny is also the author of lxlite, which is written in Pascal. Steven -- ---------------------------------------------------------------------- "Steven Levine" Warp/DIY/BlueLion etc. www.scoug.com www.arcanoae.com www.warpcave.com ----------------------------------------------------------------------