Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
File Nuller
#1
Please skip to the second paragraph if you don't care about how I got the idea.

One day I was playing around with a IIgs emulator and I got sick of waiting around for it to read all 4 of the System 6.01 2images. Since MESS's WinImage forced the image to conform to the limits of a IIgs "micro floppy" I decided to create a disk image of around 2 MB on my own using wordpad and copying and pasting. I got sick of holding Control+Insert only to realize I wasn't even halfways there.

So I created a simple application to insert null characters to a specified amount in KB that I call the file nuller. You can download it from my site if you're interested in it. Right at this "alpha" mock up stage it isn't much to look at and a bit newbish. I hope to complete the CLI version soon for those who'd rather not deal with a clunky INPUT based system.
[Image: 1403.png]
^ Infrosoft
http://www.thecodeyouneed.us.to/ - A wiki of source code, mostly in PHP and FreeBASIC
http://www.osadvocacy.uk.to/ - Your opinion matters no matter your OS
Reply
#2
Why not just link to it from here? I don't want to click around looking for it... Especially when I have.. THIS!

dd count=1 ibs=2MB if=/dev/zero of=/tmp/2MBfile




(yay Linux)
[Image: sig.php]
Back by popular demand!
I will byte and nibble you bit by bit until nothing remains but crumbs.
Reply
#3
Quote:Why not just link to it from here? I don't want to click around looking for it... Especially when I have.. THIS!

dd count=1 ibs=2MB if=/dev/zero of=/tmp/2MBfile




(yay Linux)
Link
[Image: 1403.png]
^ Infrosoft
http://www.thecodeyouneed.us.to/ - A wiki of source code, mostly in PHP and FreeBASIC
http://www.osadvocacy.uk.to/ - Your opinion matters no matter your OS
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)