Roger Burrows, 03.02.2013 18:00:04:
Peter's problem was a consequence of the extended ARGV protocol. The situationis: Desktop/shell launches CDISO.PRG CDISO.PRG launches MKISOFS.PRGThe startup of MKISOFS understands extended ARGV, the startup of CDISO doesn't. If the desktop/shell uses extended ARGV when launching CDISO, those arguments are left in the environment when CDISO constructs the environment for MKISOFS,so MKISOFS sees the wrong things.
I've added something to XaAES that always long arguments are used. Should work now (in snapshot). -- Helmut Karlowski