> 
> What compiler does it use?  If it can be compiled with Turbo C,
> Watcom
> C, or a free Assembler, then you could send the diff to me and I
> could
> compile a version (Blairdude AT gmail DOT com).
> 
Now it compiles under TC 2.0x, previous version needed an assembler
(NASM) but now you only need a (Borland) C compiler.
What follows it's a quote of the original email I sent to the author:

---------------------------------------------------------------------
I have fixed the following problems with the FreeDOS MOVE utility:

* Now compiles with Turbo C 2.0x

* Defined an INLINE macro for 1-line functions (-DINLINE)

* error function now uses stderr

* Now you can specify a drive as destination (like M$-DOS MOVE)
But you cannot specify a drive as origin (like M$-DOS MOVE, too)

* Fixes some problems with directory moves (There were problems in the
DelTree function, TC functions chmod/rmdir don't like trailing '\' and
under PC DOS you cannot chmod directories, I suppose it's the same
under M$-DOS, I only use DR/PC DOS)

* Remove the /S switch from the help screen, since it doesn't affect
  the behaviour of the tool (still recognized, though).

* Code reorganization (Sorry, I couldn't resist) Search the DRR:
string, all the fixes are trivial.

-----------------------------------------------------------------------


                
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to