The Doszip Commander version 3.08 available (Announce)
> > The problem with executing old .EXE?s (BC/BCC/... is now solved by using
> a
> > .BAT file to execute these .EXE?s. There is however now an issue with
> > redirection like JWASM -? > jwasm.txt, so this may also need some
> > special handling.
>
> Besides CMD or 4DOS, I don't think most true DOS shells (e.g. FreeCOM)
> allow you to redirect .BAT output directly, so you have to do "%COMSPEC% /c
> blah.bat > blah.out".
>
> But I assume you already knew that, so I dunno, just trying to be helpful
> anyways.
It's only a valid .EXE that is executed directly (like JWASM), so all other commands uses %COMSPEC%.
There are some exceptions to this as mention above, but the redirecting thing is also a problem, and in this case "blah.bat" should be:
@echo off
JWASM > JWASM.TXT
The command executed will then be %COMSPEC% /c blah.bat
Instead of JWASM > JWASM.TXT which will result in:
Fatal error A1106: Cannot open file: "." [6]
Fatal error A1106: Cannot open file: ".." [6]
Error A2106: Cannot open file: "jwasm.txt" [ENOENT]
So you may argue that this is a weakness in JWASM which is unable to handle the '>' argument.
The problem is that some .EXE's creates problems executed directly (depending on what %COMSPEC% actually is), and to fix this a .BAT extension should be used for this (not .CMD). But in addition to this, redirected commands should also have the same handling.
This may be the reason the command above and the .EXE-thing fails in FM.
Complete thread:
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 13:40 (Announce)
- The Doszip Commander version 2.50 available - Japheth, 28.09.2013, 20:56
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 21:36
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 22:09
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 11:36
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:08
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 19:51
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 21:07
- The Doszip Commander version 2.50 available - Japheth, 30.09.2013, 15:48
- The Doszip Commander version 2.50 available - nidud, 01.10.2013, 11:21
- The Doszip Commander version 2.50 available - Japheth, 02.10.2013, 08:26
- The Doszip Commander version 2.50 available - nidud, 02.10.2013, 09:44
- The Doszip Commander version 2.50 available - nidud, 02.10.2013, 10:33
- The Doszip Commander version 3.04 available - nidud, 02.10.2013, 20:44
- The Doszip Commander version 3.04 available - Japheth, 03.10.2013, 03:58
- The Doszip Commander version 3.04 available - nidud, 03.10.2013, 11:26
- The Doszip Commander version 3.05 available - nidud, 03.10.2013, 18:18
- The Doszip Commander version 3.05 available - Japheth, 04.10.2013, 06:46
- The Doszip Commander version 3.05 available - nidud, 04.10.2013, 09:15
- The Doszip Commander version 3.06 available - nidud, 04.10.2013, 22:26
- The Doszip Commander version 3.08 available - nidud, 09.10.2013, 12:39
- The Doszip Commander version 3.08 available - Rugxulo, 10.10.2013, 00:26
- The Doszip Commander version 3.08 available - nidud, 11.10.2013, 00:40
- The Doszip Commander version 3.08 available - Rugxulo, 10.10.2013, 00:26
- The Doszip Commander version 3.05 available - Japheth, 04.10.2013, 06:46
- The Doszip Commander version 3.04 available - Japheth, 03.10.2013, 03:58
- The Doszip Commander version 2.50 available - Japheth, 02.10.2013, 08:26
- The Doszip Commander version 2.50 available - nidud, 01.10.2013, 11:21
- The Doszip Commander version 2.50 available - Japheth, 30.09.2013, 15:48
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 21:07
- The Doszip Commander version 2.50 available - Japheth, 29.09.2013, 19:51
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:31
- The Doszip Commander version 2.50 available - nidud, 29.09.2013, 13:08
- The Doszip Commander version 2.50 available - nidud, 28.09.2013, 21:36
- The Doszip Commander version 2.50 available - Japheth, 28.09.2013, 20:56