I have implemented the fix for DIR and the divide by 0.
Mostly the code as Tom suggested; thanks to Mark, Eric and Tom for their help in resolving this bug.

I also changed the set option parsing so the /I option should no longer interfere with tests such as if /myopt==%whatever% echo do action.
The one note is that /I must appear before NOT if both are used, eg
  if /I NOT %1==a echo Argument 1 is not A
and if you really want to test for /i (or /I) then use something like
  if "%someopt%"=="/i" echo I option selected
instead of if %someopt%==/i ... which will still give a syntax error.

Now for the stuff :-)
I will be going out of town for a few days, so unless sourceforge cvs becomes available within the next few hours, you will have to wait until sometime next week for a build with the above changes. This also means I will not be checking my email for the next several days and probably won't be doing anything for the next week or two.

Jeremy





-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to