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.

24 lines
772 B

4 years ago
  1. Microsoft Usage and Description README File
  2. Create File Tool (Creatfil.exe)
  3. July 16, 1993.
  4. 1. Description
  5. Create file tool (Creatfil.exe) is used to create a new file with
  6. the specified filename and file size. If the file is already existed, it
  7. will be deleted and replaced with a new file.
  8. If the specified file size is greater than the available space on
  9. the current drive, CreatFil will create a file up to the last 1K bytes and
  10. report a "Write file" error.
  11. 2. Usage
  12. CreatFil filename filesize
  13. filename -- name of the new file
  14. filesize -- size of the new file in KBytes.
  15. default is 1024 KBytes.
  16.