OS4 DepotLogo by invent 
(anonymous IP: 52.15.71.15,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Utility » Filetool » mkfile.lha

Mkfile

Description: Create an empty file of desired size
Download: mkfile.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 5kb
Version: 1.1
Date: 02 Nov 2009
Author: Fredrik Wikström
Submitter: Fredrik Wikström
Email: fredrik/a500 org
Homepage: http://a500.org
Category: utility/filetool
Replaces: utility/filetool/mkfile.lha
License: Freeware
Distribute: yes
Min OS Version: 4.0
FileID: 5117
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 395  (Current version)
440  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
The program just allocates the space needed (it doesn't initialise it in any
way) which means that it is extremely fast, and useful for creating large files
like hardfiles or other disk image files for use in emulators (like E-UAE
f.e.).

Usage:

mkfile FILE/A,SIZE/M,SIUNITS/S

To create a 1 byte file called test:
mkfile test 1

To create an ADF file:
mkfile empty.adf 880kb

To create an 8 GB hardfile:
mkfile empty.hdf 8gb

To create a 1199571022 byte file:
mkfile blah 1gb 120mb 78b

To create a 1120000078 byte file:
mkfile blah 1gb 120mb 78b siunits

supported units (the 'b' can be optionally left out):
b, kb, mb, gb, tb

Changes:

1.1 (2-Nov-2009)
 - Added version string
 - Now supports entering numbers > 2147483647
 - It's now possible to use more than one unit when specifying a file size
 - Added SIUNITS switch (1KB = 1000 bytes instead of 1024 bytes)

1.0 (24-Nov-2008)
 - First released version



Copyright © 2004-2024 by Björn Hagström All Rights Reserved