Hi Jim,

> Eric, Leland Holliday (sp?) told me that he reworked your freetest.asm in 
> that 
> zip file and got it outputting correct numbers (the numbers were bogus) and 
> displaying usable output.

I find it strange when somebody says my software produces "bogus"
results and that person even creates a "fixed" version before even
telling me about the alledged bug. What sort of bogus did it show?
And in what way was the output not "usable"?

> If that code is yours, and I get it from him, I could email it to
> you (or post it here if you wish).

A diff would be useful, with explanations. If you have to send full
attachments, you could send them directly to me. However, I just
tested freetest again, and as you can see, it does exactly what it
is supposed to do:

> C:\>freetest /?
> Public domain free disk space checker by EA 2004-2005
>  
> Usage:
>   FREETEST [X:] [4]
> Drive spec is optional, default is the current drive.
> The digit is an optional size unit selector, default 1 kByte:
>   0->1k, 1->4k, 2->16k, 3->64k, 4->256k,
>   5->1M, 6->4M, 7->16M, 8->64M, 9->256M.
> Free space information is returned in errorlevel, 0 on error.
>  
> Example: FREETEST C: 5 returns errorlevel 50 if at least
>   50 MBytes are free on C:. Errorlevel is never above 255.
>  
> FAT32 drives are fully supported by FREETEST.

> C:\>freetest f: 5
> Free space on drive F: at least   8 *  1 Mbyte(s).

> C:\>echo %errorlevel%
> 8

> C:\>freetest f: 4
> Free space on drive F: at least  33 *  ΒΌ Mbyte(s).

> C:\>dir f:
...
>          5 directories       8.755.200 bytes free


------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to