I don't know if anyone posted this, and I don't know if it counts, but it is worth recording. It is for creating a bootable USB. I found it, tried it and it works great...
I was wondering if something like this can be turned into an .iso and burned onto CD? (let me know if you think this is possible...)
CREATING A BOOTABLE USB
1. Insert USB stick into the system.
2. Open Command Prompt. (usually found in accessories)
3. When the command prompt opens, enter the following commands:
DISKPART and hit enter.
LIST DISK and hit enter.
(Once you enter the LIST DISK command, it will show the number of your USB drive)
4. In this step you need to enter the commands below, one by one and hit enter.
SELECT DISK 1 (Replace your disk number)
CLEAN
CREATE PARTITION PRIMARY
SELECT PARTITION 1
ACTIVE
FORMAT FS=NTFS (Formate process may take few minutes)
ASSIGN
EXIT
Now minimise the command window.
5. Insert Windows DVD into Optical Drive (DVD/CD Burner)
Note Drive letter of Optical Drive and USB media.
Here I am using "D" as Optical Drive and "H" as USB Drive letter.
6. Go back to command prompt, excute the following commands:
D: (Where "D" is your DVD drive letter)
CD BOOT
BOOTSECT.EXE /NT60 H: (Where "H" is your USB drive)
7. Copy Windows DVD contents to USB.
You have now completed making a bootable pen drive.