>> which will allow me to execute them as a command file. =A0There's a blank
>> line between every command making it impossible to execute as a procedure
>> to install the PAKs. =A0Why can't these be made available as a PLAIN TEXT
>> file that VMS will be able to execute. =A0I'm tiring of having to spent s=
>o
>> much time editing these so that they are usable.
>>
>> --
>> VAXman- A Bored Certified VMS Kernel Mode Hacker =A0 =A0VAXman(at)TMESIS(=
>dot)ORG
>>
>> Well I speak to machines with the voice of humanity.
>
>They come in plain text attachments.
I don't know how your PAK mechanism works there but here in the US the
PAKs are downloaded from a web site; not emailed as attachments.
> Linux mangles them, so I ftp the text file
>to a VMS system and use EDIT/EDT to correct the contents.
Linux isn't mangling them.
> It is one
>substitution and
>many repeat commands, which EDT does rather well with a few keypad
>commands.
I posted two messages yesterday. One was that a simple DCL procedure to
ignore the extra <CR> (blank line) worked as well as using the linux 'tr'
command (translate or delete characters) to remove that extraneous <CR>
before sending it to VMS. In the future, I'll probably just use the 'tr'
because what is then deposited on VMS is immediately usable because it
shows up as a proper STREAM_LF file.