Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
4 years ago
..
creatf.c initial commit 4 years ago
creatf.h initial commit 4 years ago
creatfil.c initial commit 4 years ago
creatfil.h initial commit 4 years ago
makefile initial commit 4 years ago
readme.txt initial commit 4 years ago
sources initial commit 4 years ago

readme.txt


Microsoft Usage and Description README File
Create File Tool (Creatfil.exe)
July 16, 1993.


1. Description

Create file tool (Creatfil.exe) is used to create a new file with
the specified filename and file size. If the file is already existed, it
will be deleted and replaced with a new file.

If the specified file size is greater than the available space on
the current drive, CreatFil will create a file up to the last 1K bytes and
report a "Write file" error.


2. Usage
CreatFil filename filesize
filename -- name of the new file
filesize -- size of the new file in KBytes.
default is 1024 KBytes.