• allfix command...

    From Shurato@618:300/50 to All on Sat Apr 18 17:20:00 2026
    In binkdall.cfg is:

    exec "@start /min c:\\ele\\allfix\\allfix.exe rp -srif" *.req

    I've also tried it with a *S.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Andrew Leary@618:100/2 to Shurato on Sun Apr 19 03:06:34 2026
    Hello Shurato!

    18 Apr 26 17:20, you wrote to all:

    In binkdall.cfg is:

    exec "@start /min c:\\ele\\allfix\\allfix.exe rp -srif" *.req

    I've also tried it with a *S.

    It definitely needs the *S after -srif, as that is what causes BinkD to create the SRIF file. You might be having issues with ALLFIX not being able to find its configuration files, etc. when you call it this way.

    Andrew

    ---
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (618:100/2)
  • From Shurato@618:300/50 to Andrew Leary on Sun Apr 19 13:46:00 2026

    Hello Shurato!

    18 Apr 26 17:20, you wrote to all:

    In binkdall.cfg is:

    exec "@start /min c:\\ele\\allfix\\allfix.exe rp -srif" *.req

    I've also tried it with a *S.

    It definitely needs the *S after -srif, as that is what causes BinkD to create the SRIF file. You might be having issues with ALLFIX not
    being able to find its configuration files, etc. when you call it
    this way.

    Ok, should I run it from a batch file and change the directory to the allfix directory, have *S as %1 and *.req as %2?

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Andrew Leary@618:100/2 to Shurato on Mon Apr 20 01:27:18 2026
    Hello Shurato!

    19 Apr 26 13:46, you wrote to me:

    Ok, should I run it from a batch file and change the directory to the allfix
    directory, have *S as %1 and *.req as %2?

    You just need to pass *S as %1. The SRIF file contains the path/name of the received .REQ file.

    Andrew

    ---
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (618:100/2)
  • From Shurato@618:300/50 to Andrew Leary on Mon Apr 20 12:21:00 2026

    Hello Shurato!

    19 Apr 26 13:46, you wrote to me:

    Ok, should I run it from a batch file and change the directory to the allfix directory, have *S as %1 and *.req as %2?

    You just need to pass *S as %1. The SRIF file contains the path/name of the received .REQ file.

    Done! I've got exec "/min c:\\ele\\allfix\bink.bat *S" *.req


    bink.bat changes the directory to the allfix directory and runs:

    allfix rp -SRIF %1

    Does that look right? Test it if you want!

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Shurato@618:300/50 to Andrew Leary on Mon Apr 20 17:00:00 2026

    Hello Shurato!

    19 Apr 26 13:46, you wrote to me:

    Ok, should I run it from a batch file and change the directory to the allfix directory, have *S as %1 and *.req as %2?

    You just need to pass *S as %1. The SRIF file contains the path/name of the received .REQ file.

    Ok, now I'm getting:

    + 20 Apr 12:45:24 AFIX ALLFIX v6.1.000 02-Feb-19 17:08
    # 20 Apr 12:45:24 AFIX Command : Rp -SRIF c:\ele\irex\outbound\000c0000.srf
    ! 20 Apr 12:45:24 AFIX Invalid SRIF file: c:\ele\irex\outbound\000c0000.srf
    # 20 Apr 12:45:24 AFIX RP: FREQs [0 ] Service [0 ]
    % 20 Apr 12:45:24 AFIX Nothing to do (14:32)

    Any idea?

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Andrew Leary@618:100/2 to Shurato on Tue Apr 21 07:37:27 2026

    Hello Shurato!

    20 Apr 26 12:21, you wrote to me:

    You just need to pass *S as %1. The SRIF file contains the
    path/name of the received .REQ file.

    Done! I've got exec "/min c:\\ele\\allfix\bink.bat *S" *.req

    You're missing the second backslash before bink.bat.

    bink.bat changes the directory to the allfix directory and runs:

    allfix rp -SRIF %1

    Does that look right? Test it if you want!

    I will later today.

    Andrew

    ---
    * Origin: Phoenix BBS * phoenix.bnbbbs.net (618:100/2)
  • From Shurato@618:300/50 to Andrew Leary on Tue Apr 21 10:01:00 2026

    * In a message originally to Shurato, Andrew Leary said:


    Hello Shurato!

    20 Apr 26 12:21, you wrote to me:

    You just need to pass *S as %1. The SRIF file contains the path/name
    of the received .REQ file.

    Done! I've got exec "/min c:\\ele\\allfix\bink.bat *S" *.req

    You're missing the second backslash before bink.bat.

    No, I'm not. That was typed not copied.

    bink.bat changes the directory to the allfix directory and runs:

    allfix rp -SRIF %1

    Does that look right? Test it if you want!

    I will later today.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Shurato@618:300/50 to Andrew Leary on Tue Apr 21 17:19:00 2026


    Hello Shurato!

    20 Apr 26 12:21, you wrote to me:

    You just need to pass *S as %1. The SRIF file contains the path/name AL>> of the received .REQ file.

    Done! I've got exec "/min c:\\ele\\allfix\bink.bat *S" *.req

    You're missing the second backslash before bink.bat.

    Sorry, you were trying to be helpful. I'e got the second backslash, that was
    a typo.

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Shurato@618:300/50 to Andrew Leary on Fri Apr 24 22:11:00 2026
    Again, apologies for being short with you!

    --
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp,
    ,wss, ssh utf-8) (22,23,110,21,119,999,2222) shsbbs.net


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Exodus@618:400/24 to Shurato on Sat Apr 25 16:51:04 2026
    Again, apologies for being short with you!

    They have that stretching surgery which can make you taller. :)

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (618:400/24)