Posted by admin on 10th June 2011
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.
Tags: 1 Million, Bigfile, Colon, Command Debug, Command Prompt, Dialog, Hex, Hexadecimal Number, Last Four Digits, Message Type, Rbx, Rcx, Start Menu, Windows Calculator, Zeroes
Posted in General | No Comments »
Posted by admin on 6th May 2011
but all the files are .xxx and you need them to be
zip’s, rar’s, mp3′s etc…..
then do the following
-create a new folder
-put all the files needing editing in the new folder
-then goto “run” in the start menu
-type in CMD and click ok
-the next thing needsa few bits of old dos commands
-you need to navagate CMD to the folder whree the files are
-you can do this by 1st getting the total adress of the folder
-and then typing it in cmd with a “cd” in frount
QUOTE
cd c:xxxyyyccc
once you in the folder where the files are you can move on
nb u can cheek you in the right folder by typing dir to get a list of files
-now type in….
QUOTE
rename *.* *.zip
Nb change the zip to what ever the extention needs to be (.rar, .mp3 ect)
all done
you should hv now changed the .* to what ever you needed
happy downloading Benji
(by Benji)
nb to exit CMD type in “exit”
Tags: Benji, Cheek, Cmd, Dos Commands, Download Album, Download Game, Ets, Goto, Menu Type, New Album, New Folder, New Game, Rar, S Mp3, Start Menu, Xxx
Posted in General | No Comments »
Posted by admin on 3rd May 2011
Follow the following steps
1. Open notepad.exe, type “del c:windowsprefetchntosboot-*.* /q” (without the quotes) & save as “ntosboot.bat” in c:
2. From the Start menu, select “Run…” & type “gpedit.msc”.
3. Double click “Windows Settings” under “Computer Configuration” and double click again on “Shutdown” in the right window.
4. In the new window, click “add”, “Browse”, locate your “ntosboot.bat” file & click “Open”.
5. Click “OK”, “Apply” & “OK” once again to exit.
6. From the Start menu, select “Run…” & type “devmgmt.msc”.
7. Double click on “IDE ATA/ATAPI controllers”
8. Right click on “Primary IDE Channel” and select “Properties”.
9. Select the “Advanced Settings” tab then on the device or 1 that doesn’t have ‘device type’ greyed out select ‘none’ instead of ‘autodetect’ & click “OK”.
10. Right click on “Secondary IDE channel”, select “Properties” and repeat step 9.
11. Reboot your computer.
Tags: Atapi, Computer Configuration, Double Click, Exit 6, Open Notepad, Quotes, Select Properties, Settings Tab, Start Menu
Posted in General | No Comments »