Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

What hath Bob wrought?


computers / comp.os.vms / Re: How to tell SET COMMAND where the .EXE file is?

SubjectAuthor
* How to tell SET COMMAND where the .EXE file is?alanfe...@gmail.com
`* Re: How to tell SET COMMAND where the .EXE file is?Robert A. Brooks
 `* Re: How to tell SET COMMAND where the .EXE file is?Robert A. Brooks
  `* Re: How to tell SET COMMAND where the .EXE file is?Arne Vajhøj
   `* Re: How to tell SET COMMAND where the .EXE file is?Steven Schweda
    `* Re: How to tell SET COMMAND where the .EXE file is?alanfe...@gmail.com
     `* Re: How to tell SET COMMAND where the .EXE file is?Steven Schweda
      `* Re: How to tell SET COMMAND where the .EXE file is?alanfe...@gmail.com
       +- Re: How to tell SET COMMAND where the .EXE file is?alanfe...@gmail.com
       `- Re: How to tell SET COMMAND where the .EXE file is?Steven Schweda

1
How to tell SET COMMAND where the .EXE file is?

<9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25025&group=comp.os.vms#25025

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:17a0:b0:6cd:a185:131d with SMTP id ay32-20020a05620a17a000b006cda185131dmr10572254qkb.759.1664073784421;
Sat, 24 Sep 2022 19:43:04 -0700 (PDT)
X-Received: by 2002:a05:620a:2206:b0:6ce:8c53:3a77 with SMTP id
m6-20020a05620a220600b006ce8c533a77mr10492746qkh.16.1664073784275; Sat, 24
Sep 2022 19:43:04 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 24 Sep 2022 19:43:03 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=173.54.236.44; posting-account=mCRRdgoAAAAonHT6WInwG1Fadnh7R0dx
NNTP-Posting-Host: 173.54.236.44
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
Subject: How to tell SET COMMAND where the .EXE file is?
From: alanfeld...@gmail.com (alanfe...@gmail.com)
Injection-Date: Sun, 25 Sep 2022 02:43:04 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1690
 by: alanfe...@gmail.com - Sun, 25 Sep 2022 02:43 UTC

I'm trying to set up DIRSORT from the freeware site. Having trouble. I am not familiar with it and the manual and web fail me.

$ DIR .CLD

Directory SCRFELD:[DECUSERVE_USER.FELDMAN.NEW.LWW-DIRSORT.DIRSORT]

DIRSORT.CLD;1 8/18 2-MAY-2003 18:42:49.42 (RWED,RWED,RE,)

Total of 1 file, 8/18 blocks.
$ SET COMMAND DIRSORT
$ DIRSORT
%DCL-W-ACTIMAGE, error activating image DIRSORT
-CLI-E-IMAGEFNF, image file not found DSA0:[SYS0.SYSCOMMON.][SYSEXE]DIRSORT.EXE;
$

Well, no big surprise there, as I haven't told it where DIRSORT.EXE is. How do you tell it? What's the best way to do this? I'm working on EISNER, BTW.

Re: How to tell SET COMMAND where the .EXE file is?

<tgohd3$376t8$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25026&group=comp.os.vms#25026

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: FIRST.L...@vmssoftware.com (Robert A. Brooks)
Newsgroups: comp.os.vms
Subject: Re: How to tell SET COMMAND where the .EXE file is?
Date: Sat, 24 Sep 2022 23:20:02 -0400
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <tgohd3$376t8$1@dont-email.me>
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 25 Sep 2022 03:20:03 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="dd280ba52a76f434be1bcf13c859200a";
logging-data="3382184"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WHOD8JzDb1ka3o6zzg2KD6jjpz1X3ZbEDiJOwkc0f3A=="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.13.0
Cancel-Lock: sha1:nOIqzi4zqsO74LLNk9X8McOCucY=
Content-Language: en-US
X-Antivirus: Avast (VPS 220924-4, 9/24/2022), Outbound message
In-Reply-To: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
X-Antivirus-Status: Clean
 by: Robert A. Brooks - Sun, 25 Sep 2022 03:20 UTC

On 9/24/2022 10:43 PM, alanfe...@gmail.com wrote:
> I'm trying to set up DIRSORT from the freeware site. Having trouble. I am not familiar with it and the manual and web fail me.
>
> $ DIR .CLD
>
> Directory SCRFELD:[DECUSERVE_USER.FELDMAN.NEW.LWW-DIRSORT.DIRSORT]
>
> DIRSORT.CLD;1 8/18 2-MAY-2003 18:42:49.42 (RWED,RWED,RE,)
>
> Total of 1 file, 8/18 blocks.
> $ SET COMMAND DIRSORT
> $ DIRSORT
> %DCL-W-ACTIMAGE, error activating image DIRSORT
> -CLI-E-IMAGEFNF, image file not found DSA0:[SYS0.SYSCOMMON.][SYSEXE]DIRSORT.EXE;
> $
>
> Well, no big surprise there, as I haven't told it where DIRSORT.EXE is. How do you tell it? What's the best way to do this? I'm working on EISNER, BTW.

This is from EISNER::

$ type sys$update:phone.cld
! ! Version: 'V04-000'
!

define verb PHONE
image phone
parameter p1,label=token1,prompt="Command Token 1:"
parameter p2,label=token2,prompt="Command Token 2:"
parameter p3,label=token3,prompt="Command Token 3:"
parameter p4,label=token4,prompt="Command Token 4:"
qualifier SWITCH_HOOK,default,nonnegatable,value(default="%")
qualifier VIEWPORT_SIZE,default,nonnegatable,value(default="10")
qualifier SCROLL,default

I suspect that the DIRSORT utility .CLD is similarly-written.

In the above example, the line

image phone

describes the location of the image, with the default of sys$system:.exe

In your case, you can either define the logical DIRSORT to point to the
location of the image, or change the .CLD to point to the image.

--

--- Rob

Re: How to tell SET COMMAND where the .EXE file is?

<tgohfd$376t8$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25027&group=comp.os.vms#25027

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!usenet.goja.nl.eu.org!weretis.net!feeder8.news.weretis.net!eternal-september.org!reader01.eternal-september.org!.POSTED!not-for-mail
From: FIRST.L...@vmssoftware.com (Robert A. Brooks)
Newsgroups: comp.os.vms
Subject: Re: How to tell SET COMMAND where the .EXE file is?
Date: Sat, 24 Sep 2022 23:21:17 -0400
Organization: A noiseless patient Spider
Lines: 10
Message-ID: <tgohfd$376t8$2@dont-email.me>
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 25 Sep 2022 03:21:17 -0000 (UTC)
Injection-Info: reader01.eternal-september.org; posting-host="dd280ba52a76f434be1bcf13c859200a";
logging-data="3382184"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/DNR8Su8wXh0ybqOZ+J4N9DobjYGSjnywk9ftNbM7nhA=="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101
Thunderbird/91.13.0
Cancel-Lock: sha1:B/fbi8CdHuF6+HOjZ09egyUaHzE=
Content-Language: en-US
X-Antivirus: Avast (VPS 220924-4, 9/24/2022), Outbound message
In-Reply-To: <tgohd3$376t8$1@dont-email.me>
X-Antivirus-Status: Clean
 by: Robert A. Brooks - Sun, 25 Sep 2022 03:21 UTC

On 9/24/2022 11:20 PM, Robert A. Brooks wrote:

> In your case, you can either define the logical DIRSORT to point to the
> location of the image, or change the .CLD to point to the image.

Or move the image to SYS$SYSTEM:

--

--- Rob

Re: How to tell SET COMMAND where the .EXE file is?

<tgqntu$er2$1@gioia.aioe.org>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25040&group=comp.os.vms#25040

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!aioe.org!LeVffQP25j5GAigzc2gaQA.user.46.165.242.75.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: How to tell SET COMMAND where the .EXE file is?
Date: Sun, 25 Sep 2022 19:23:42 -0400
Organization: Aioe.org NNTP Server
Message-ID: <tgqntu$er2$1@gioia.aioe.org>
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Info: gioia.aioe.org; logging-data="15202"; posting-host="LeVffQP25j5GAigzc2gaQA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.3.0
X-Notice: Filtered by postfilter v. 0.9.2
Content-Language: en-US
 by: Arne Vajhøj - Sun, 25 Sep 2022 23:23 UTC

On 9/24/2022 11:21 PM, Robert A. Brooks wrote:
> On 9/24/2022 11:20 PM, Robert A. Brooks wrote:
>> In your case, you can either define the logical DIRSORT to point to the
>> location of the image, or change the .CLD to point to the image.
>
> Or move the image to SYS$SYSTEM:

I consider it good practice only to have
DEC/CPQ/HP(E)/VSI EXE in SYS$SYSTEM.

Arne

Re: How to tell SET COMMAND where the .EXE file is?

<6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25041&group=comp.os.vms#25041

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:622a:1450:b0:35d:140d:f7bf with SMTP id v16-20020a05622a145000b0035d140df7bfmr15983994qtx.612.1664167523709;
Sun, 25 Sep 2022 21:45:23 -0700 (PDT)
X-Received: by 2002:a05:620a:4155:b0:6ce:3e56:c1e5 with SMTP id
k21-20020a05620a415500b006ce3e56c1e5mr13196604qko.350.1664167523472; Sun, 25
Sep 2022 21:45:23 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sun, 25 Sep 2022 21:45:23 -0700 (PDT)
In-Reply-To: <tgqntu$er2$1@gioia.aioe.org>
Injection-Info: google-groups.googlegroups.com; posting-host=76.76.60.100; posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
NNTP-Posting-Host: 76.76.60.100
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me> <tgqntu$er2$1@gioia.aioe.org>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: sms.anti...@gmail.com (Steven Schweda)
Injection-Date: Mon, 26 Sep 2022 04:45:23 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 3163
 by: Steven Schweda - Mon, 26 Sep 2022 04:45 UTC

> I'm trying to set up DIRSORT from the freeware site. [...]

Thanks for the helpful link. I fetched a kit from:

https://www.digiater.nl/openvms/freeware/v80/lww-dirsort/

Perhaps it's similar to whatever you found wherever.

> I suspect that the DIRSORT utility .CLD is similarly-written.

Not really. No "IMAGE" statement (unless you count the comment). As
its .CLD file is used, none is needed.

> $ SET COMMAND DIRSORT

You're working too hard. There's no need for the user to deal with
"SET COMMAND"; the build procedure does that. All the user needs to do
is define a DCL symbol which points to the executable. (Or use
DCL$PATH? (Gack.))

The documentation is a bit sparse, but I tried the following:

ITS $ @ build.com

CC /standard=vaxc/optimize/nodebug DIRSORT.C
CC /standard=vaxc/optimize/nodebug SUPPORT.C
SET COMMAND/OBJECT=DIRSORT_CLD.OBJ DIRSORT.CLD
link /exe=DIRSORT/sysexe /nodebug/nomap/notraceback dirsort/opt, sys$load
able_images:dcldef.stb
purge /exclude=(*.c,*.h,*.cld)
End Time: 23:20:23.70
Begin Time: 23:20:20.31
Elapsed time: 0:03.39
ITS $

ITS $ dirsort == "$ ''f$environment( "default")'DIRSORT.EXE"
ITS $ dirsort

Directory ITS$DKA0:[UTILITY.SOURCE.DIRSORT.V1R2S4.DIRSORT]

2022-Sep-25 23:07:30.44 aaareadme.txt;1
2022-Sep-25 23:07:30.48 bin.DIR;1
2022-Sep-25 23:07:30.54 build.com;1
[...]
2022-Sep-25 23:20:23.38 support.OBJ;1
2022-Sep-25 23:20:23.44 DIRSORT_CLD.OBJ;1
2022-Sep-25 23:20:23.67 DIRSORT.EXE;1

Total of 18 files

ITS $

Note that the Info-ZIP Zip and UnZip "_CLI" programs work similarly.

Many improvements are possible in that kit, from eliminating
"/standard=vaxc" to using separate product directories for different
hardware architectures (including IA64 and X86_64).

> I consider it good practice [...]

I agree. I have a UTILITY directory for such add-ons.

Re: How to tell SET COMMAND where the .EXE file is?

<e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25051&group=comp.os.vms#25051

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a37:e319:0:b0:6cd:f643:b6d6 with SMTP id y25-20020a37e319000000b006cdf643b6d6mr16516482qki.616.1664242573992;
Mon, 26 Sep 2022 18:36:13 -0700 (PDT)
X-Received: by 2002:a0c:da14:0:b0:4aa:aad9:e450 with SMTP id
x20-20020a0cda14000000b004aaaad9e450mr19893184qvj.130.1664242573803; Mon, 26
Sep 2022 18:36:13 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Mon, 26 Sep 2022 18:36:13 -0700 (PDT)
In-Reply-To: <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=173.54.236.44; posting-account=mCRRdgoAAAAonHT6WInwG1Fadnh7R0dx
NNTP-Posting-Host: 173.54.236.44
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
<tgqntu$er2$1@gioia.aioe.org> <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: alanfeld...@gmail.com (alanfe...@gmail.com)
Injection-Date: Tue, 27 Sep 2022 01:36:13 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 4981
 by: alanfe...@gmail.com - Tue, 27 Sep 2022 01:36 UTC

On Monday, September 26, 2022 at 12:45:25 AM UTC-4, Steven Schweda wrote:
> > I'm trying to set up DIRSORT from the freeware site. [...]
>
> Thanks for the helpful link. I fetched a kit from:
>
> https://www.digiater.nl/openvms/freeware/v80/lww-dirsort/
>
> Perhaps it's similar to whatever you found wherever.
> > I suspect that the DIRSORT utility .CLD is similarly-written.
> Not really. No "IMAGE" statement (unless you count the comment). As
> its .CLD file is used, none is needed.
>
>
> > $ SET COMMAND DIRSORT
>
> You're working too hard. There's no need for the user to deal with
> "SET COMMAND"; the build procedure does that. All the user needs to do
> is define a DCL symbol which points to the executable. (Or use
> DCL$PATH? (Gack.))
>
> The documentation is a bit sparse, but I tried the following:
>
> ITS $ @ build.com
>
> CC /standard=vaxc/optimize/nodebug DIRSORT.C
> CC /standard=vaxc/optimize/nodebug SUPPORT.C
> SET COMMAND/OBJECT=DIRSORT_CLD.OBJ DIRSORT.CLD
> link /exe=DIRSORT/sysexe /nodebug/nomap/notraceback dirsort/opt, sys$load
> able_images:dcldef.stb
> purge /exclude=(*.c,*.h,*.cld)
>
> End Time: 23:20:23.70
> Begin Time: 23:20:20.31
> Elapsed time: 0:03.39
>
> ITS $
>
> ITS $ dirsort == "$ ''f$environment( "default")'DIRSORT.EXE"
> ITS $ dirsort
>
> Directory ITS$DKA0:[UTILITY.SOURCE.DIRSORT.V1R2S4.DIRSORT]
>
> 2022-Sep-25 23:07:30.44 aaareadme.txt;1
> 2022-Sep-25 23:07:30.48 bin.DIR;1
> 2022-Sep-25 23:07:30.54 build.com;1
> [...]
> 2022-Sep-25 23:20:23.38 support.OBJ;1
> 2022-Sep-25 23:20:23.44 DIRSORT_CLD.OBJ;1
> 2022-Sep-25 23:20:23.67 DIRSORT.EXE;1
>
> Total of 18 files
>
> ITS $
>
>
> Note that the Info-ZIP Zip and UnZip "_CLI" programs work similarly.
>
> Many improvements are possible in that kit, from eliminating
> "/standard=vaxc" to using separate product directories for different
> hardware architectures (including IA64 and X86_64).
>
>
> > I consider it good practice [...]
>
> I agree. I have a UTILITY directory for such add-ons.

Thanks!

I did your procedure, got no error messages, but I still get an access violation (working on EISNER):

$ DIRSORT :== $SCRFELD:[DIRS1A.DIRSORT.BIN.ALPHA]DIRSORT.EXE
$ DIRSORT
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=FFFFFFFFFFFFFFFF, PC=00000000000323E0, PS=0000001B

Improperly handled condition, image exit forced.
Signal arguments: Number = 0000000000000005
Name = 000000000000000C
0000000000000000
FFFFFFFFFFFFFFFF
00000000000323E0
000000000000001B

Register dump:
R0 = 00000000000001BD R1 = FFFFFFFFFFFFFFFF R2 = 00000000000101E0
R3 = 0000000000020098 R4 = 0000000000040230 R5 = 00000000000403A0
R6 = 00000000000402C0 R7 = 00000000000403C0 R8 = 0000000000040330
R9 = 000000007FF9DDF0 R10 = 0000000000040550 R11 = 000000007FFCDC18
R12 = 000000007FFCDA98 R13 = 000000007AF0D3D0 R14 = 0000000000000000
R15 = 000000007AF0C9E0 R16 = 000000007ADFF790 R17 = 000000007ADFF798
R18 = 0000000000000008 R19 = 000000000000017C R20 = 0000000000000000
R21 = 0000000000000FC1 R22 = 000000007ADFF820 R23 = 0000000000000001
R24 = 000000000000000C R25 = 0000000000000002 R26 = 0000000000030210
R27 = 0000000000010510 R28 = 0000000000000000 R29 = 000000007ADFF710
SP = 000000007ADFF710 PC = 00000000000323E0 PS = 100000000000001B
$

So what's wrong now?

Re: How to tell SET COMMAND where the .EXE file is?

<6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25052&group=comp.os.vms#25052

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:4450:b0:6ce:8a73:1ba with SMTP id w16-20020a05620a445000b006ce8a7301bamr16313485qkp.625.1664248451703;
Mon, 26 Sep 2022 20:14:11 -0700 (PDT)
X-Received: by 2002:a05:622a:1827:b0:35b:bb7f:6851 with SMTP id
t39-20020a05622a182700b0035bbb7f6851mr20456195qtc.457.1664248451518; Mon, 26
Sep 2022 20:14:11 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Mon, 26 Sep 2022 20:14:11 -0700 (PDT)
In-Reply-To: <e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=76.76.60.100; posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
NNTP-Posting-Host: 76.76.60.100
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
<tgqntu$er2$1@gioia.aioe.org> <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
<e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: sms.anti...@gmail.com (Steven Schweda)
Injection-Date: Tue, 27 Sep 2022 03:14:11 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2630
 by: Steven Schweda - Tue, 27 Sep 2022 03:14 UTC

> I did your procedure, [...]

I see no evidence of that.

> $ DIRSORT :== $SCRFELD:[DIRS1A.DIRSORT.BIN.ALPHA]DIRSORT.EXE

Are you running the pre-built executable from eighteen years ago, or
the one which you built today?

> So what's wrong now?

I don't know. Just as I don't know what you found where. Are you
too lazy to write a proper problem description, or do you not know how,
or what?

> %SYSTEM-F-ACCVIO, access violation, [...]

If I got that, then I might start by removing the "/notraceback" from
"descrip.mms", perhaps adding a "/list", building the thing from source
(as shown in "[my] procedure"), and trying my freshly built executable
(not some antique).

It might be worth noting that you're working with an old,
ODS5-unaware program. For example:

ITS $ dire ITS$DKA0:[SMS.IZ.vlfn]

Directory ITS$DKA0:[SMS.IZ.vlfn]

very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
very_long_file_name_very_long_file_name_very_long_file_name.txt;1

Total of 1 file.
ITS $ dirsort ITS$DKA0:[SMS.IZ.vlfn]

Directory ITS$DKA0:[SMS.IZ.VLFN]

%SYSTEM-W-BADFILENAME, bad file name syntax
ITS $

Re: How to tell SET COMMAND where the .EXE file is?

<ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25053&group=comp.os.vms#25053

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:ac8:574d:0:b0:35c:e350:243b with SMTP id 13-20020ac8574d000000b0035ce350243bmr20880756qtx.292.1664252468793;
Mon, 26 Sep 2022 21:21:08 -0700 (PDT)
X-Received: by 2002:ac8:5a55:0:b0:35c:e303:e45f with SMTP id
o21-20020ac85a55000000b0035ce303e45fmr21149516qta.419.1664252468616; Mon, 26
Sep 2022 21:21:08 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Mon, 26 Sep 2022 21:21:08 -0700 (PDT)
In-Reply-To: <6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=173.54.236.44; posting-account=mCRRdgoAAAAonHT6WInwG1Fadnh7R0dx
NNTP-Posting-Host: 173.54.236.44
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
<tgqntu$er2$1@gioia.aioe.org> <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
<e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com> <6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: alanfeld...@gmail.com (alanfe...@gmail.com)
Injection-Date: Tue, 27 Sep 2022 04:21:08 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 4997
 by: alanfe...@gmail.com - Tue, 27 Sep 2022 04:21 UTC

On Monday, September 26, 2022 at 11:14:12 PM UTC-4, Steven Schweda wrote:
> > I did your procedure, [...]
>
> I see no evidence of that.
> > $ DIRSORT :== $SCRFELD:[DIRS1A.DIRSORT.BIN.ALPHA]DIRSORT.EXE
> Are you running the pre-built executable from eighteen years ago, or
> the one which you built today?
> > So what's wrong now?
> I don't know. Just as I don't know what you found where. Are you
> too lazy to write a proper problem description, or do you not know how,
> or what?

Alright. I should have been a little more complete. Last time I did that it was a problem with a printer, and I posted everything imaginable from the VAX (circa 1992), and no one had a clue. Turned out it was an unrelated problem. I don't want to go through the trouble of posting unrelated stuff. Yeah, still, I should have posted a little more. Sorry. No need to be so rude though!
>
>
> > %SYSTEM-F-ACCVIO, access violation, [...]
>
> If I got that, then I might start by removing the "/notraceback" from
> "descrip.mms", perhaps adding a "/list", building the thing from source
> (as shown in "[my] procedure"), and trying my freshly built executable
> (not some antique).
>
>
> It might be worth noting that you're working with an old,
> ODS5-unaware program. For example:
>
> ITS $ dire ITS$DKA0:[SMS.IZ.vlfn]
>
> Directory ITS$DKA0:[SMS.IZ.vlfn]
>
>
> very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
> very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
> very_long_file_name_very_long_file_name_very_long_file_name.txt;1
>
> Total of 1 file.
> ITS $ dirsort ITS$DKA0:[SMS.IZ.vlfn]
>
> Directory ITS$DKA0:[SMS.IZ.VLFN]
>
> %SYSTEM-W-BADFILENAME, bad file name syntax
> ITS $

Nope. Not an ODS-5 problem. I don't even have access to an ODS-5 disk except through the logical name GNV$GNU.

First of all, calm down, man. \relax. Take your shoes off. NO! You can leave 'em on. But you can sit a spell.

First time I tried various things with the kit from the VSI site. No luck. Even the build.com didn't work! Then I tried what you recommended and got the kit from the SCREEEEEEEEECH.

OK, I used the old executable. Sorry. I guess I assumed BUILD.COM would do that, since it did practically everything else. Silly me.

Hey, if you've got some serious woes (that's the polite version), please check them at the door before you come here. If I knew what I was doing, I wouldn't be asking for help in the first place! Or couldn't you figure that out? I am not, and never was, a "system programmer."

I'm just a lowly ex-physicist trying to do some fun things on OpenVMS. There are a lot of very smart people here :-| who try to help me (well, there was the Fahrenheit adventure!) and usually don't get so upset. (Well, there was Carl Lydick. A smart dude, but not very friendly!)

Anyway, the thing works! It even accepts ;*, which was critical to my needs! Doesn't seem to like a list of params, though. I can work around that.

$ dirsort to%.com;*,to-v*.com
%CLI-W-NOLIST, list of parameter values not allowed - check use of comma (,)
\TO%.COM;*,TO\
$

Or maybe something with SET COMMAND would fix that? I'll give that a shot.

One more thing: SET COMMAND DIRSORT is only three words to type. That's trying too hard?! (~_^)

Re: How to tell SET COMMAND where the .EXE file is?

<9702d2aa-1b8d-4623-ac7d-d5f54b8ea472n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25054&group=comp.os.vms#25054

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:622a:189d:b0:35b:c3f7:495e with SMTP id v29-20020a05622a189d00b0035bc3f7495emr20803819qtc.416.1664254888286;
Mon, 26 Sep 2022 22:01:28 -0700 (PDT)
X-Received: by 2002:a05:620a:24d6:b0:6cd:f2d9:4a59 with SMTP id
m22-20020a05620a24d600b006cdf2d94a59mr16921551qkn.457.1664254888099; Mon, 26
Sep 2022 22:01:28 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!news.misty.com!border-2.nntp.ord.giganews.com!nntp.giganews.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Mon, 26 Sep 2022 22:01:27 -0700 (PDT)
In-Reply-To: <ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=173.54.236.44; posting-account=mCRRdgoAAAAonHT6WInwG1Fadnh7R0dx
NNTP-Posting-Host: 173.54.236.44
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
<tgqntu$er2$1@gioia.aioe.org> <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
<e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com> <6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>
<ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <9702d2aa-1b8d-4623-ac7d-d5f54b8ea472n@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: alanfeld...@gmail.com (alanfe...@gmail.com)
Injection-Date: Tue, 27 Sep 2022 05:01:28 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
Lines: 94
 by: alanfe...@gmail.com - Tue, 27 Sep 2022 05:01 UTC

On Tuesday, September 27, 2022 at 12:21:10 AM UTC-4, alanfe...@gmail.com wrote:
> On Monday, September 26, 2022 at 11:14:12 PM UTC-4, Steven Schweda wrote:
> > > I did your procedure, [...]
> >
> > I see no evidence of that.
> > > $ DIRSORT :== $SCRFELD:[DIRS1A.DIRSORT.BIN.ALPHA]DIRSORT.EXE
> > Are you running the pre-built executable from eighteen years ago, or
> > the one which you built today?
> > > So what's wrong now?
> > I don't know. Just as I don't know what you found where. Are you
> > too lazy to write a proper problem description, or do you not know how,
> > or what?
> Alright. I should have been a little more complete. Last time I did that it was a problem with a printer, and I posted everything imaginable from the VAX (circa 1992), and no one had a clue. Turned out it was an unrelated problem. I don't want to go through the trouble of posting unrelated stuff. Yeah, still, I should have posted a little more. Sorry. No need to be so rude though!
> >
> >
> > > %SYSTEM-F-ACCVIO, access violation, [...]
> >
> > If I got that, then I might start by removing the "/notraceback" from
> > "descrip.mms", perhaps adding a "/list", building the thing from source
> > (as shown in "[my] procedure"), and trying my freshly built executable
> > (not some antique).
> >
> >
> > It might be worth noting that you're working with an old,
> > ODS5-unaware program. For example:
> >
> > ITS $ dire ITS$DKA0:[SMS.IZ.vlfn]
> >
> > Directory ITS$DKA0:[SMS.IZ.vlfn]
> >
> >
> > very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
> > very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_name_
> > very_long_file_name_very_long_file_name_very_long_file_name.txt;1
> >
> > Total of 1 file.
> > ITS $ dirsort ITS$DKA0:[SMS.IZ.vlfn]
> >
> > Directory ITS$DKA0:[SMS.IZ.VLFN]
> >
> > %SYSTEM-W-BADFILENAME, bad file name syntax
> > ITS $
> Nope. Not an ODS-5 problem. I don't even have access to an ODS-5 disk except through the logical name GNV$GNU.
>
> First of all, calm down, man. \relax. Take your shoes off. NO! You can leave 'em on. But you can sit a spell.
>
> First time I tried various things with the kit from the VSI site. No luck.. Even the build.com didn't work! Then I tried what you recommended and got the kit from the SCREEEEEEEEECH.
>
> OK, I used the old executable. Sorry. I guess I assumed BUILD.COM would do that, since it did practically everything else. Silly me.
>
> Hey, if you've got some serious woes (that's the polite version), please check them at the door before you come here. If I knew what I was doing, I wouldn't be asking for help in the first place! Or couldn't you figure that out? I am not, and never was, a "system programmer."
>
> I'm just a lowly ex-physicist trying to do some fun things on OpenVMS. There are a lot of very smart people here :-| who try to help me (well, there was the Fahrenheit adventure!) and usually don't get so upset. (Well, there was Carl Lydick. A smart dude, but not very friendly!)
>
> Anyway, the thing works! It even accepts ;*, which was critical to my needs! Doesn't seem to like a list of params, though. I can work around that.
>
> $ dirsort to%.com;*,to-v*.com
> %CLI-W-NOLIST, list of parameter values not allowed - check use of comma (,)
> \TO%.COM;*,TO\
> $
>
> Or maybe something with SET COMMAND would fix that? I'll give that a shot..
>
> One more thing: SET COMMAND DIRSORT is only three words to type. That's trying too hard?! (~_^)

Uh, cancel my SET COMMAND fixing things. It just takes a single param. OK.

Re: How to tell SET COMMAND where the .EXE file is?

<6f1afef3-23ec-4739-b94c-74b05d48fbd1n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=25359&group=comp.os.vms#25359

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:6214:c4b:b0:4b1:9e07:388 with SMTP id r11-20020a0562140c4b00b004b19e070388mr35467295qvj.76.1666760463046;
Tue, 25 Oct 2022 22:01:03 -0700 (PDT)
X-Received: by 2002:a05:622a:1804:b0:39c:c7ba:4ac1 with SMTP id
t4-20020a05622a180400b0039cc7ba4ac1mr34181359qtc.457.1666760462800; Tue, 25
Oct 2022 22:01:02 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!feed1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Tue, 25 Oct 2022 22:01:02 -0700 (PDT)
In-Reply-To: <ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=76.76.60.100; posting-account=OjKUgAkAAAAXAqdVEKd-Gc8RltEUx3Xq
NNTP-Posting-Host: 76.76.60.100
References: <9296ce5e-ba35-4afa-9794-ad4146685e11n@googlegroups.com>
<tgohd3$376t8$1@dont-email.me> <tgohfd$376t8$2@dont-email.me>
<tgqntu$er2$1@gioia.aioe.org> <6ba15f46-7679-4e3d-ab54-32c27e231a18n@googlegroups.com>
<e152050f-1ad0-4403-a1f9-7aadf6c3a6cbn@googlegroups.com> <6aefb3ce-3bb0-4eb3-ade1-7627569e0587n@googlegroups.com>
<ab6c20c6-c92a-4951-b05d-3569c5ab0ae9n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <6f1afef3-23ec-4739-b94c-74b05d48fbd1n@googlegroups.com>
Subject: Re: How to tell SET COMMAND where the .EXE file is?
From: sms.anti...@gmail.com (Steven Schweda)
Injection-Date: Wed, 26 Oct 2022 05:01:03 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2847
 by: Steven Schweda - Wed, 26 Oct 2022 05:01 UTC

If you're still looking for a good time with DIRSORT, then you might
look here: http://antinode.info/dec/sw/dirsort.html

Among other things:

its $ dirsort ITS$DKA0:[SMS.IZ.vlfn]

Directory ITS$DKA0:[SMS.IZ.vlfn] (ITS$DKA0:[SMS.IZ.vlfn])

2016-Nov-23 22:20:53.95 very_long_file_name_very_long_file_name_very_long_file_
name_very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_
name_very_long_file_name_very_long_file_name_very_long_file_name_very_long_file_
name.txt;1

Total of 1 file.

The new installation instructions might be better, too.

> One more thing: SET COMMAND DIRSORT is only three words to type.
> That's trying too hard?! (~_^)

A nuclear-fusion bomb is just a bomb. Why all the excitement?

Defining a foreign-command DCL symbol is easier, and generally
more reliable in less-skilled hands (including mine).

> [...] Doesn't seem to like a list of params, though. [...]

That's still true.

> Anyway, the thing works! It even accepts ;*, [...]

Define "works". Try something like, say, plain-old: ; Or: ;2
(Plenty of other things didn't work as expected, either, even on ODS2.)

> [...] No need to be so rude though!

My concept of "rude" includes posting a hopelessly incomplete problem
description, and then expecting free advice. But I may be eccentric.

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor