• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

best way to make "fake" file that is about 100mb?

  • Thread starter Thread starter Deleted member 4644
  • Start date Start date
D

Deleted member 4644

How can I make a 100mb "empty" file ?

Like a blank picture?>

I just want to use up HD space basically.
 
Sounds malicious to me. Why would you want to clutter up your computer with 100mb of empty file? I'll bet you guys are gonna DOS someone. Don't people have more creative, more productive things to do with thier evil minds? :Q

If that's not what you're up to, I apologize. If you are, I hope you get busted.
 
I needed a long mpeg for testing here a few weeks ago, so I took an mp3 (mpeg audio track would suffice for testing purposes) of pure silence. few hundred KBs for 4 mins. Copied it to 1.mp3 and 2.mp3, then did the following:

(if you're a Windows user at least)

1. Open a DOS prompt
2. Go to the directory with those 2 files in them.
3. copy con blah.bat
@echo off
type 1.mp3 >> 2.mp3
type 2.mp3 >> 1.mp3
type 1.mp3 >> 2.mp3
type 2.mp3 >> 1.mp3
type 1.mp3 >> 2.mp3
type 2.mp3 >> 1.mp3
type 1.mp3 >> 2.mp3
type 2.mp3 >> 1.mp3
^Z (control Z)
4. blah.bat
5. Repeat if needed.
 
The empty file proggie worked. Thanks. Nope, not anything malicious, just had to help a friend.
 
Back
Top