I try to unzip a zip file but when I type :
run unzip.exe file.zip dka300:[temp]
I got this error "%DCL-W-MAXPARM, too many parameters - reenter command with fewer parameters"
The reason for this is that DCL's RUN command only takes one parameter - the name of the image to execute.
N.B.: Not sure what you're trying to do with the "dka300:[temp]" parameter above; any parameters to UNZIP but the first designate files to be extracted from the archive.
if i type only "run unzip" i got the unzip help
what I am doning worng here ?
You need an invocation of UNZIP that doesn't use DCL's ciommand line parsing. This is done by defining a special symbol for it (called a foreign command):
$ unzip :== $device:[path]unzip.exe
Note the leading "$".
Then you can call UNZIP like
$ unzip file.zip
and it will happily extract all files from file.zip into your current directory.
malmberg August 04 2022 No more VAX hobbyist licenses.
Community licenses for Alpha/IA64/X86_64 VMS Software Inc.
Commercial VMS software licenses for VAX available from HPE.
ozboomer July 20 2022 Just re-visiting.. No more hobbyist licenses? Is that from vmssoftware.com, no 'community' licenses?
valdirfranco July 01 2022 No more hobbyist license...sad
mister_wavey February 12 2022 I recall that the disks failed on the public access VMS systems that included Fafner
parwezw January 03 2022 Anyone know what happened to FAFNER.DYNDS.ORG?
I had a hobbyist account here but can longer access the site.
gtackett October 27 2021 Make that DECdfs _2.1A_ for Vax
gtackett October 27 2021 I'm looking for DECdfs V2.4A kit for VAX.
Asking here just in case anyone is still listening.
MarkRLV September 17 2021 At one time, didn't this web site have a job board? I would love to use my legacy skills one last time in my career.
malmberg January 18 2021 New Hobbyist PAKs for VAX/VMS are no longer available according to reports. Only commercial licenses are reported to be for sale from HPE
dfilip January 16 2021 Can someone please point me to hobbyist license pak? I'm looking for VAX/VMS 7.1, DECnet Phase IV, and UCX/TCPIP ... have the 7.1 media, need the license paks ... thanks!