home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD2.mdf
/
c
/
library
/
dos
/
selfchec
/
blockade
/
rundemo.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1992-03-19
|
327 b
|
18 lines
demo /F /O
waitfor 5
cls
rem Brand (initialize) it so blockade() will work
brand demo /uf=userdata.dat
waitfor 5
cls
rem Show the results on a clean file
demo
waitfor 5
cls
rem Show the results on a corrupted file
demo /C
rem end of demo file...