• Re: minimal Easter 'calculator' for DOS

    From Kerr-Mudd, John@admin@127.0.0.1 to alt.lang.asm,comp.os.msdos.programmer,alt.msdos.batch on Thu Jul 10 22:11:38 2025
    From Newsgroup: alt.lang.asm

    On Fri, 4 Apr 2025 19:35:59 +0100, "Kerr-Mudd, John" <admin@127.0.0.1>
    wrote:

    feh: I put up code I've been poring over for days, then next day
    find a shorter way:

    (my ref: minease7, anyone following this should name it mineast2 if
    using the batch below)

    Apologies. I'm an asshole. I just wanted to spam the ng.
    I love spamming. Here is more batch code to spam the newsgroup by.
    It's what I do as a troll.

    @echo off
    :: CleverShowEast.bat - a twist on your original
    :: Usage: CleverShowEast yyyy

    :: Check argument by jumping to label with dynamic name
    CALL :CHECKARG %1
    GOTO :EOF

    :CHECKARG
    :: If %1 is empty, jump to usage
    IF "%~1"=="" GOTO USAGE
    :: Get day and month via external tool
    FOR /F "tokens=*" %%i IN ('minEast %~1') DO SET DM=%%i
    :: Compose full date output
    ECHO %DM% %~1
    GOTO :EOF

    :USAGE
    ECHO Usage: %~nx0 yyyy
    ECHO where yyyy is in range 1900-2099
    ECHO Output is Day Month Year
    GOTO :EOF
    --
    Bah, and indeed Humbug.
    --- Synchronet 3.21a-Linux NewsLink 1.2
  • From Kerr-Mudd, John@admin@127.0.0.1 to alt.lang.asm,comp.os.msdos.programmer,alt.msdos.batch on Fri Jul 11 10:38:20 2025
    From Newsgroup: alt.lang.asm

    On Thu, 10 Jul 2025 22:11:38 +0100
    "Kerr-Mudd, John" <admin@127.0.0.1> wrote:

    No, I didn't: I don't have an account at paganini. All my genuine posts
    come from E-S.

    Path: news.eternal-september.org!eternal-september.org! feeder3.eternal-september.org!newsfeed.bofh.team!paganini.bofh.team! not-for-mail From: "Kerr-Mudd, John" <admin@127.0.0.1> Newsgroups: alt.lang.asm,comp.os.msdos.programmer,alt.msdos.batch Subject: Re: minimal Easter 'calculator' for DOS Date: Thu, 10 Jul 2025 22:11:38 +0100
    Organization: To protect and to server
    Message-ID: <104paaa$29865$1@paganini.bofh.team>
    References: <20250323071605.83c8b2b6b1ceb9f0e1e5a89f@127.0.0.1> <20250403210708.e5a73771187a78115466c12e@127.0.0.1> <20250404094643.398f2f1006fc73afe0dbd783@127.0.0.1> <20250404193559.ff0c9854391d776a78103c85@127.0.0.1> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Date: Thu, 10 Jul 2025 21:11:39 -0000 (UTC) Injection-Info: paganini.bofh.team; logging-data="2400453"; posting-host="AbEjU5tLmy6wcFpXuJkJ9A.user.paganini.bofh.team"; mail-complaints-to="usenet@bofh.team"; posting-account="9dIQLXBM7WM9KzA +yjdR4A"; SigSep: is ALWAYS dash dash space newline X-Notice: Filtered by postfilter v. 0.9.3 ;X-no-Archive: Maybe X-Clacks-Overhead: 4GH GNU Terry Pratchett X-Newsreader: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
    Xref: news.eternal-september.org alt.lang.asm:8830 comp.os.msdos.programmer:5360 alt.msdos.batch:6185
    --- Synchronet 3.21a-Linux NewsLink 1.2