About Ozmake, Tk, getS and Qtk

Jussi Salmela jussi.salmela at surfeu.fi
Mon Jan 14 20:10:20 CET 2002


No luck with the (apparently) correct form 2>&1 either. I checked my documents: this form is the same that OS/2 used to have too, my mistake. With the DOS and Win32 EXEs I ran
   StdRedDos  2>&1 >Result
   StdRedW32 2>&1 >Result
with the identical outcome of getting "hello stderr!" displayed and "hello stdout!" written to the Result file. I then did
   ozmake 2>&1 >Result --help
and got the help displayed and nothing in file Result. So I was back on square 1. I then tried
   copy NonExistent NewOne
which (translated) displays:
   File not found - NonExistent
           0 file(s) copied
and then 
   copy NonExistent NewOne >Rotten
which gives:
   File not found - NonExistent
with the text
           0 file(s) copied
in file Rotten. If I then do:
   copy NonExistent NewOne >Rotten 2>&1
I get the message
   Too many parameters
with the text
           0 file(s) copied
in file Rotten. So the system command COPY does not even allow my redirection attempt!

I attach the 2 EXE files. Thank you for your support Joachim!

Jussi
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StdRedDos.exe
Type: application/x-msdownload
Size: 42837 bytes
Desc: not available
Url : http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/attachments/20020114/6e768374/StdRedDos.bin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StdRedW32.exe
Type: application/x-msdownload
Size: 7168 bytes
Desc: not available
Url : http://lists.gforge.info.ucl.ac.be/pipermail/mozart-users/attachments/20020114/6e768374/StdRedW32.bin


More information about the mozart-users mailing list