Skip to main content

Create A Huge File

You can create a file of any size using nothing more than what's supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240.

Now open a command prompt window. In Windows 95, 98, or Me, you can do this by entering COMMAND in the Start menu's Run dialog; in Windows NT 4.0, 2000, or XP enter CMD instead. Enter the command DEBUG BIGFILE.DAT and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q for Quit. You've just created a 1-million-byte file using Debug. Of course you can create a file of any desired size using the same technique.

Comments

Popular posts from this blog

Siemens Mobile Secret Codes

C25: SP unlock *#0003*(secret code 8 digits)# *#0606# shows you Secret Code but only without SIM Card. *#06# for checking the IMEI (International Mobile Equipment Identity) Resets language to automatic selection : * # 0000 # then Green button Pin Out (electrical connections) 1- GND 2- SB 3- POWER 4- NC 5- TX 6- RX 7- CLOCK 8- DATA 9- GND MIC 10- HF MIC 11- AUDIO 12- GND AUDIO Languages: *#0000#+green phone - choose automaticaly *#0001#+green phone - English *#0030#+green phone - Greek *#0031#+green phone - Netherlands *#0032#+green phone - French *#0034#+green phone - Spanish *#0039#+green phone - Italian *#0049#+green phone - German *#0090#+green phone - Turkish How to change PIN: **04*old PIN*new PIN*new PIN# How to check simlock status *#0606# and then press left soft-key, you will see strange characters, then text ("brak blokad"). If you see for example 260-02, it means the phone is locked to Era GSM. In older models you can use *#06# and see the same information afte...

File and Folder Permissions

Windows XP Professional boxes running the NTFS file system have the capability to set indi vidual file permissions on both files and folders. File and folder permissions allow you to specify exactly who will be able to read, write, execute, and even list or access a folder. So, file and folder permissions can be a very powerful tool to protect your data from others' eyes. If your file system is FAT32, then you will not be able to set permissions. Fortunately, an easy way exists for you to convert your FAT32 file system to NTFS. Do a search in the Windows Help and Support Center for Convert to NTFS and you will be shown directions on how you can go about converting your drive's file system. Setting the permissions on with a lot of control requires you to disable simple file sharing and security. To do so, follow these steps: 1 . Open up any folder on your computer and expand the Tools menu and select Folder Options. 2 . Click the View tab and scroll to the bottom of the Adv...

Install Windows xp Very Fast

Now, this tip will be very helpful for those who frequently install windows xp operating system. Normally OS installation takes around 40 minutes to complete, but through this trick you can now save 10-15 minutes. This simple tricks goes this way. 1. Boot through Windows XP CD . 2. After all the files are completely loaded, you get the option to select the partition. Select “c”. 3. Now Format the partition, whether it is normal or quick with NTFS or FAT 4. Once the formatting is completed, All the setup files required for installation are copied. Restart your system by pressing Enter. Now, here begins the Simple trick to save 10-15 minutes. 5. After rebooting, you get a screen where it takes 40 minutes to complete or finalize the OS installation. 6. Now, Press SHIFT + F10 Key ->  This opens command prompt . 7. Enter “Taskmgr” at the command prompt window. This will open Task Manager. 8. Click the Process Tab, here we find a process called Setup.exe -...