home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
UTILITY
/
BATCH
/
TOADFR12.ZIP
/
TEST.BAT
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
DOS Batch File
|
1991-04-26
|
285 b
|
13 lines
echo off
rem Assumes drive C as default drive. Parm %1 should be
rem a quantity greater than, equal to, or less than
rem the free space on drive C.
rem
toadfree C %1
if errorlevel 1 goto next
echo free space on disk >= %1
goto end
:next
echo free space on disk < %1
:end