Hi,

Many thanks, Jeremy, for your great work in Kernel and now in FreeCOM. You are becoming the most important member for the FreeDOS continuity, so stay safe :)

Kenneth J. Davis escribió:
...

FYI, the only changes I have planned is the enhancement for CDD to support path ignoring any filename portion (as requested). Any patches

...

This is now implemented in cvs.

Interesting...

@echo off
pushd .
if exist %0 cdd %0
if exist %0.bat cdd %0.bat
set BATCHDIR=%_CWD%
popd .
echo %BATCHDIR%

%_CWD% ??
I can imagine what it is, but can't see it documented in:
http://freedos.sourceforge.net/freecom/#-envvars
is that a new feature? Is there a env-var list anywhere?

Aitor


-------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to